aboutsummaryrefslogtreecommitdiffstats
path: root/community/ssh-getkey-gitlab/APKBUILD
blob: 8edafa5b673cfaba97ef29656018d00709f9da8c (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.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"