20 lines
571 B
Bash
20 lines
571 B
Bash
# Template file for 'NetAuth-nsscache'
|
|
pkgname=NetAuth-nsscache
|
|
version=0.5
|
|
revision=1
|
|
wrksrc="nsscache-$version"
|
|
build_style=go
|
|
go_import_path="github.com/NetAuth/nsscache"
|
|
go_package="${go_import_path}/cmd/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=1a9e3fb7561ac04de0d18972ac353b30ac79d3fdf622470b487aeaa12dc9c2f0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|