17 lines
487 B
Bash
17 lines
487 B
Bash
# Template file for 'NetAuth-pam-helper'
|
|
pkgname=NetAuth-pam-helper
|
|
version=0.1.5
|
|
revision=3
|
|
build_style=go
|
|
go_import_path="github.com/netauth/pam-helper"
|
|
short_desc="Helper executable to use with pam_exec"
|
|
maintainer="Michael Aldridge <maldridge@netauth.org>"
|
|
license="MIT"
|
|
homepage="https://www.github.com/netauth/pam-helper"
|
|
distfiles="$homepage/archive/v$version.tar.gz"
|
|
checksum=1f4fd5e914e6a423ba51911c89b105736b595a2328946e298a31e9dc144d1998
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|