aboutsummaryrefslogtreecommitdiffstats
path: root/community/ssh-getkey-gitlab/APKBUILD
blob: ef67396e687b76fb938244459a28f3f1a302a8ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname="ssh-getkey-gitlab"
pkgver="0.2.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="fb813aa37897a11259b6923fd4d6106dfdb84accc924576726b30cc496e91c7a41eb074acc10b1c8b1b7bebfb3e66ec05d6b478a1544d5fb62bf8e1245796af1  ssh-getkey-gitlab-0.2.0.tar.gz"