void-packages/srcpkgs/NetAuth-nsscache/template
2019-03-31 13:34:56 -07:00

19 lines
571 B
Bash

# Template file for 'NetAuth-nsscache'
pkgname=NetAuth-nsscache
version=0.4
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=94597c32bef2db1ae171841c9dfbe319b13bec6fc2cf44ba595fc8fe047cefb0
post_install() {
vlicense LICENSE
}