diff --git a/srcpkgs/NetAuth/template b/srcpkgs/NetAuth/template index b501b0b1c1..5875fe35b8 100644 --- a/srcpkgs/NetAuth/template +++ b/srcpkgs/NetAuth/template @@ -1,26 +1,20 @@ # Template file for 'NetAuth' pkgname=NetAuth -version=0.0.11 -revision=2 -build_style=go -hostmakedepends="dep" +version=0.0.13.1 +revision=1 +build_style="go" go_import_path="github.com/NetAuth/NetAuth" go_package="${go_import_path}/cmd/netauth ${go_import_path}/cmd/netauthd" +hostmakedepends="git" short_desc="Network authentication and identity system" maintainer="Michael Aldridge " license="MIT" homepage="https://netauth.org" distfiles="https://github.com/NetAuth/NetAuth/archive/v$version.tar.gz" -checksum=12df647cda552d147fefb19b8c27672577b39ca8c41c2702bc7f80354215c9f0 - -pre_build() { - cd $GOSRCPATH - dep ensure -} +checksum=6f21dc859ffcec0ddf52eb2de91ed84856bed9d4c468f06a569e8bb3d498046e do_check() { - cd $GOSRCPATH go test -v ./... }