mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: NetAuth-nsscache-0.1
This commit is contained in:
parent
d88536a43b
commit
5792d10325
1 changed files with 24 additions and 0 deletions
24
srcpkgs/NetAuth-nsscache/template
Normal file
24
srcpkgs/NetAuth-nsscache/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'NetAuth-nsscache'
|
||||
pkgname=NetAuth-nsscache
|
||||
version=0.1
|
||||
revision=1
|
||||
wrksrc="nsscache-$version"
|
||||
build_style=go
|
||||
go_import_path="github.com/NetAuth/nsscache"
|
||||
go_package="${go_import_path}/cmd/nsscache"
|
||||
hostmakedepends="dep"
|
||||
short_desc="NetAuth nsscache implementation"
|
||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||
license="MIT"
|
||||
homepage="https://netauth.org"
|
||||
distfiles="https://github.com/NetAuth/nsscache/archive/v$version.tar.gz"
|
||||
checksum=1c5483b453b59ba159481e37bfa7af84facfdea733ed9aa971138332f815166f
|
||||
|
||||
pre_build() {
|
||||
cd $GOSRCPATH
|
||||
dep ensure
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue