17 lines
478 B
Bash
17 lines
478 B
Bash
# Template file for 'NetAuth-nsscache'
|
|
pkgname=NetAuth-nsscache
|
|
version=0.6.5
|
|
revision=3
|
|
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
|
|
}
|