void-packages/srcpkgs/pam_netauth/template
2019-03-30 23:03:49 -07:00

23 lines
665 B
Bash

# Template file for 'pam_netauth'
pkgname=pam_netauth
version=0.2
revision=1
build_style=go
go_import_path="github.com/NetAuth/pam_netauth"
hostmakedepends="git"
makedepends=pam-devel
short_desc="PAM plugin for NetAuth"
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="MIT"
homepage="https://netauth.org"
distfiles="https://github.com/NetAuth/pam_netauth/archive/v$version.tar.gz"
checksum=26b01562fb751890d1584edd1d6f53002d220eb69f436346dc7f5a822d0992ee
do_build() {
go build -x -o pam_netauth.so -buildmode=c-shared -ldflags "${go_ldflags}" ${go_import_path}
}
do_install() {
vinstall pam_netauth.so 0755 usr/lib/security/
vlicense LICENSE
}