NetKeys: update to 0.3
This commit is contained in:
parent
2cf067b7b6
commit
124af7efbc
|
@ -1,22 +1,17 @@
|
|||
# Template file for 'NetKeys'
|
||||
pkgname=NetKeys
|
||||
version=0.2
|
||||
revision=3
|
||||
version=0.3
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/NetAuth/NetKeys"
|
||||
go_package="${go_import_path}/cmd/netkeys"
|
||||
hostmakedepends="dep"
|
||||
hostmakedepends="git"
|
||||
short_desc="Key retrieval daemon for NetAuth"
|
||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://netauth.org"
|
||||
distfiles="https://github.com/NetAuth/NetKeys/archive/v$version.tar.gz"
|
||||
checksum=a4bde307c31330e28bc9b212be6caec9a2ea29f5812689425eccde83b82a1d8d
|
||||
|
||||
pre_build() {
|
||||
cd $GOSRCPATH
|
||||
dep ensure
|
||||
}
|
||||
checksum=f6daf0390020c31ba33c4231df9190ce9d3b6a8373492debc98a797a31380679
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue