19 lines
505 B
Bash
19 lines
505 B
Bash
# Template file for 'NetKeys'
|
|
pkgname=NetKeys
|
|
version=0.5.3
|
|
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@netauth.org>"
|
|
license="MIT"
|
|
homepage="https://netauth.org"
|
|
distfiles="https://github.com/NetAuth/NetKeys/archive/v$version.tar.gz"
|
|
checksum=c7cdcc54a41501c3a40f114aa873668bb78c6ff2bd73c7a1c8c2295a968fc453
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|