23 lines
598 B
Bash
23 lines
598 B
Bash
# Template file for 'NetAuth-localizer'
|
|
pkgname=NetAuth-localizer
|
|
version=0.1.3
|
|
revision=3
|
|
build_style=go
|
|
go_import_path=github.com/netauth/localizer
|
|
go_package=${go_import_path}/cmd/localize
|
|
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"
|
|
checksum=63c4d462f90e03b8f4e225afe8cd064fdb54cf1d646c8ec4ff2452dbe2ad55f5
|
|
|
|
do_check() {
|
|
go test -v ./...
|
|
}
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|