New package: pam-gnupg-git-20191206
This commit is contained in:
parent
bdbd0e9b6c
commit
5225827b13
1 changed files with 21 additions and 0 deletions
21
srcpkgs/pam-gnupg-git/template
Normal file
21
srcpkgs/pam-gnupg-git/template
Normal file
|
@ -0,0 +1,21 @@
|
|||
# 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue