18 lines
529 B
Bash
18 lines
529 B
Bash
# Template file for 'NetAuth-nsscache'
|
|
pkgname=NetAuth-nsscache
|
|
version=0.6.2
|
|
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@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://netauth.org"
|
|
distfiles="https://github.com/NetAuth/nsscache/archive/v$version.tar.gz"
|
|
checksum=0609db33c24e594fb84821eba76959622e9ac4752c66b6be8c1e4fdcd8158a6e
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|