mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: NetAuth-localizer-0.1.0
This commit is contained in:
parent
57548c7bd5
commit
6406a29cd3
1 changed files with 24 additions and 0 deletions
24
srcpkgs/NetAuth-localizer/template
Normal file
24
srcpkgs/NetAuth-localizer/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'NetAuth-localizer'
|
||||||
|
pkgname=NetAuth-localizer
|
||||||
|
version=0.1.0
|
||||||
|
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"
|
||||||
|
checksum=0cab66230e8845d40ecf9a6033c63730e5fc73a3a778cefe2cc98d4787cd5329
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
go test -v ./...
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue