void-packages/srcpkgs/NetAuth-ldap/template

20 lines
598 B
Bash

# Template file for 'NetAuth-ldap'
pkgname=NetAuth-ldap
version=0.3.0
revision=3
build_style=go
go_import_path=github.com/netauth/ldap
go_ldflags="-X github.com/netauth/ldap/internal/buildinfo.Version=${version}"
short_desc="LDAP Proxy for NetAuth"
maintainer="Michael Aldridge <maldridge@netauth.org>"
license="MIT"
homepage="https://www.netauth.org/ecosystem/ldap"
distfiles="https://github.com/netauth/ldap/archive/v$version.tar.gz"
checksum=44e8470215c4c5879c597e1a779d1ba6ae5658b4ef2df9edcd74b1326a404f24
system_accounts="_netauth_ldap"
post_install() {
vsv netauth-ldap
vlicense LICENSE
}