18 lines
507 B
Bash
18 lines
507 B
Bash
# Template file for 'NetKeys'
|
|
pkgname=NetKeys
|
|
version=0.5.2
|
|
revision=1
|
|
wrksrc=netkeys-$version
|
|
build_style=go
|
|
go_import_path="github.com/netauth/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=3895be4f703cd9f375977afcc7a3a43ca443b7c04979bd2af4192cf06fe732ae
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|