vp-build/srcpkgs/NetAuth-nsscache/template

18 lines
505 B
Bash

# Template file for 'NetAuth-nsscache'
pkgname=NetAuth-nsscache
version=0.6.5
revision=1
wrksrc="nsscache-$version"
build_style=go
go_import_path="github.com/netauth/nsscache"
short_desc="NetAuth nsscache implementation"
maintainer="Michael Aldridge <maldridge@netauth.org>"
license="MIT"
homepage="https://netauth.org"
distfiles="https://github.com/NetAuth/nsscache/archive/v$version.tar.gz"
checksum=d5e558d552009d59e5b433a9b96dac7db378412ccebb9dee95216a7a58eab2aa
post_install() {
vlicense LICENSE
}