# Template file for 'NetAuth-localizer' pkgname=NetAuth-localizer version=0.1.1 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 " license="MIT" homepage="https://netauth.org/ecosystem/localizer" distfiles="https://github.com/netauth/localizer/archive/v$version.tar.gz" checksum=8a7f7b57f7bdb751f9a6b482603b0207577ae54c1e79cb0f7dd8e96730fbdb84 do_check() { go test -v ./... } post_install() { vlicense LICENSE }