vp-build/srcpkgs/NetKeys/template

24 lines
567 B
Bash
Raw Normal View History

2018-07-09 03:33:14 +02:00
# Template file for 'NetKeys'
pkgname=NetKeys
2018-07-15 07:48:29 +02:00
version=0.2
2018-08-25 09:04:32 +02:00
revision=2
2018-07-09 03:33:14 +02:00
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"
2018-07-15 07:48:29 +02:00
checksum=a4bde307c31330e28bc9b212be6caec9a2ea29f5812689425eccde83b82a1d8d
2018-07-09 03:33:14 +02:00
pre_build() {
cd $GOSRCPATH
dep ensure
}
post_install() {
vlicense LICENSE
}