NetAuth-nsscache: update to 0.3

This commit is contained in:
Michael Aldridge 2019-03-30 22:08:37 -07:00
parent 124af7efbc
commit 540ddd773c

View file

@ -1,23 +1,18 @@
# Template file for 'NetAuth-nsscache' # Template file for 'NetAuth-nsscache'
pkgname=NetAuth-nsscache pkgname=NetAuth-nsscache
version=0.2 version=0.3
revision=3 revision=1
wrksrc="nsscache-$version" wrksrc="nsscache-$version"
build_style=go build_style=go
go_import_path="github.com/NetAuth/nsscache" go_import_path="github.com/NetAuth/nsscache"
go_package="${go_import_path}/cmd/nsscache" go_package="${go_import_path}/cmd/nsscache"
hostmakedepends="dep" hostmakedepends="git"
short_desc="NetAuth nsscache implementation" short_desc="NetAuth nsscache implementation"
maintainer="Michael Aldridge <maldridge@voidlinux.org>" maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://netauth.org" homepage="https://netauth.org"
distfiles="https://github.com/NetAuth/nsscache/archive/v$version.tar.gz" distfiles="https://github.com/NetAuth/nsscache/archive/v$version.tar.gz"
checksum=79606c7a328f0bbb6346cb9537753d98f0d3182a1fdefef146949f9029c6023e checksum=752ebb8d03f093c44369fec0203199541acf751e6dad6ecc88650e3e7cef7d7d
pre_build() {
cd $GOSRCPATH
dep ensure
}
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE