19 lines
527 B
Bash
19 lines
527 B
Bash
# Template file for 'NetAuth-nsscache'
|
|
pkgname=NetAuth-nsscache
|
|
version=0.6.3
|
|
revision=1
|
|
wrksrc="nsscache-$version"
|
|
build_style=go
|
|
go_import_path="github.com/netauth/nsscache"
|
|
hostmakedepends="git"
|
|
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=9e29b188166318e1d3aa4a2ddc00501c4419699ed812f34ea1fb73303f4fedfd
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|