void-packages/srcpkgs/NetKeys/template
2021-03-26 22:29:47 -07:00

19 lines
505 B
Bash

# Template file for 'NetKeys'
pkgname=NetKeys
version=0.5.5
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=1a82b2d415b77a63bd1cf7b2f79db454aea11811f268166dc004b75f38b9a791
post_install() {
vlicense LICENSE
}