NetAuth: update to 0.0.13.1

This commit is contained in:
Michael Aldridge 2019-03-30 16:47:12 -07:00
parent 60d6b02491
commit 2cf067b7b6

View file

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