18 lines
524 B
Bash
18 lines
524 B
Bash
# Template file for 'NetKeys'
|
|
pkgname=NetKeys
|
|
version=0.4
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/NetAuth/NetKeys"
|
|
go_package="${go_import_path}/cmd/netkeys"
|
|
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=f70a457f7e840425618c32ef3f5a540b6b9a027e3199e5355ffb7995b5de0d3f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|