# Contributor: Jakub Jirutka # Maintainer: Jakub Jirutka pkgname="ssh-getkey-gitlab" pkgver="0.1.0" pkgrel=0 pkgdesc="A script to be used as AuthorizedKeysCommand in sshd to look up user's public keys in GitLab or GitHub" url="https://github.com/jirutka/ssh-getkey-gitlab" arch="noarch" license="MIT" depends="ssl_client" options="!check" # no tests provided source="https://github.com/jirutka/ssh-getkey-gitlab/archive/v$pkgver/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" package() { make install DESTDIR="$pkgdir" prefix=/usr } sha512sums="b034f17eb1f9935fbd259040f784808f7d3c95d8c5883f857e5166063fc29c107e7672de80c9035e2373aa1443d8691f2cf107ed3f0853f605d47e39dca823b4 ssh-getkey-gitlab-0.1.0.tar.gz"