void-packages/srcpkgs/NetAuth-nsscache/template
2021-03-26 22:29:47 -07:00

19 lines
527 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"
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=d5e558d552009d59e5b433a9b96dac7db378412ccebb9dee95216a7a58eab2aa
post_install() {
vlicense LICENSE
}