New package: NetAuth-nsscache-0.1

This commit is contained in:
Michael Aldridge 2018-07-08 19:57:37 -07:00
parent d88536a43b
commit 5792d10325

View file

@ -0,0 +1,24 @@
# Template file for 'NetAuth-nsscache'
pkgname=NetAuth-nsscache
version=0.1
revision=1
wrksrc="nsscache-$version"
build_style=go
go_import_path="github.com/NetAuth/nsscache"
go_package="${go_import_path}/cmd/nsscache"
hostmakedepends="dep"
short_desc="NetAuth nsscache implementation"
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
license="MIT"
homepage="https://netauth.org"
distfiles="https://github.com/NetAuth/nsscache/archive/v$version.tar.gz"
checksum=1c5483b453b59ba159481e37bfa7af84facfdea733ed9aa971138332f815166f
pre_build() {
cd $GOSRCPATH
dep ensure
}
post_install() {
vlicense LICENSE
}