21 lines
663 B
Bash
21 lines
663 B
Bash
# Template file for 'pam-gnupg-git'
|
|
pkgname=pam-gnupg-git
|
|
version=20191206
|
|
revision=1
|
|
_githash=fbd75b720877e4cf94e852ce7e2b811feb330bb5
|
|
wrksrc="pam-gnupg-${_githash}"
|
|
build_style=gnu-configure
|
|
configure_args="--with-moduledir=/usr/lib/security"
|
|
hostmakedepends="automake libtool gnupg2"
|
|
makedepends="pam-devel"
|
|
depends="gnupg2"
|
|
short_desc="PAM module to unlock GPG agent on login"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://github.com/cruegge/pam-gnupg"
|
|
distfiles="${homepage}/archive/${_githash}.tar.gz"
|
|
checksum=fe6d5874545832d9f0189f204571b19470bb090a3eac778732e5792b428cffa0
|
|
|
|
pre_configure() {
|
|
sh autogen.sh
|
|
}
|