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