aboutsummaryrefslogtreecommitdiffstats
path: root/main/ssh-getkey-ldap/APKBUILD
blob: ecdf250c36c6194915f04422ef05510c72ba0746 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=ssh-getkey-ldap
pkgver=0.1.1
pkgrel=0
pkgdesc="A simple script to be used as AuthorizedKeysCommand in OpenSSH server to look up user's public keys in LDAP."
url="https://github.com/jirutka/ssh-getkey-ldap"
arch="noarch"
license="MIT"
depends="lua lua-ldap"
makedepends=""
install="$pkgname.post-install"
source="$pkgname-$pkgver.tar.gz::http://github.com/jirutka/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"

build() {
	return 0
}

package() {
	cd "$builddir"
	DESTDIR="$pkgdir" PREFIX="/usr" ./install
}

md5sums="b997430f472609f6076a5bb1b7e38f20  ssh-getkey-ldap-0.1.1.tar.gz"
sha256sums="5a81883b5e22c4cdb6f2a0b35c51ec4a2192d3acbde00c01c62ef8e1976bfd34  ssh-getkey-ldap-0.1.1.tar.gz"
sha512sums="e7ee529146300ddbdfbf423c754d16b4ba45c0bd7cc51840dff0615ccbd4ff4e64870f2e0c0cdfa3ef1d5bbc31966aa845cf7c2f2f96efab56e90f6dfebf8a3f  ssh-getkey-ldap-0.1.1.tar.gz"