pam_netauth: update to 0.2
This commit is contained in:
parent
540ddd773c
commit
deda691254
|
@ -1,22 +1,17 @@
|
||||||
# Template file for 'pam_netauth'
|
# Template file for 'pam_netauth'
|
||||||
pkgname=pam_netauth
|
pkgname=pam_netauth
|
||||||
version=0.1
|
version=0.2
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/NetAuth/pam_netauth"
|
go_import_path="github.com/NetAuth/pam_netauth"
|
||||||
hostmakedepends="dep"
|
hostmakedepends="git"
|
||||||
makedepends=pam-devel
|
makedepends=pam-devel
|
||||||
short_desc="PAM plugin for NetAuth"
|
short_desc="PAM plugin for NetAuth"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://netauth.org"
|
homepage="https://netauth.org"
|
||||||
distfiles="https://github.com/NetAuth/pam_netauth/archive/v$version.tar.gz"
|
distfiles="https://github.com/NetAuth/pam_netauth/archive/v$version.tar.gz"
|
||||||
checksum=2fb958aa9a9508aa1e25a2765397d9a4224af36e72d0b59ba4fe5f546f52fb0e
|
checksum=26b01562fb751890d1584edd1d6f53002d220eb69f436346dc7f5a822d0992ee
|
||||||
|
|
||||||
pre_build() {
|
|
||||||
cd $GOSRCPATH
|
|
||||||
dep ensure
|
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
go build -x -o pam_netauth.so -buildmode=c-shared -ldflags "${go_ldflags}" ${go_import_path}
|
go build -x -o pam_netauth.so -buildmode=c-shared -ldflags "${go_ldflags}" ${go_import_path}
|
||||||
|
|
Loading…
Reference in New Issue