void-packages/srcpkgs/NetAuth-localizer/template

25 lines
646 B
Bash
Raw Normal View History

2020-04-19 07:24:24 +02:00
# Template file for 'NetAuth-localizer'
pkgname=NetAuth-localizer
2020-10-02 03:46:42 +02:00
version=0.1.1
2020-04-19 07:24:24 +02:00
revision=1
wrksrc=localizer-$version
build_style=go
go_import_path=github.com/netauth/localizer
go_package=${go_import_path}/cmd/localize
hostmakedepends="git"
depends="snooze"
short_desc="Make NetAuth accounts local in Linux"
maintainer="Michael Aldridge <maldridge@netauth.org>"
license="MIT"
homepage="https://netauth.org/ecosystem/localizer"
distfiles="https://github.com/netauth/localizer/archive/v$version.tar.gz"
2020-10-02 03:46:42 +02:00
checksum=8a7f7b57f7bdb751f9a6b482603b0207577ae54c1e79cb0f7dd8e96730fbdb84
2020-04-19 07:24:24 +02:00
do_check() {
go test -v ./...
}
post_install() {
vlicense LICENSE
}