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