New package: pam-gnupg-0.1

This commit is contained in:
Andrew J. Hesford 2020-02-29 18:29:43 -05:00 committed by Juan RP
parent 084830db13
commit afd46176f4

View file

@ -0,0 +1,22 @@
# Template file for 'pam-gnupg'
pkgname=pam-gnupg
# **NOTE** The pam-gnupg-git metapackage was created to migrate from date-based
# versioning to release versioning. When this package is updated, pam-gnupg-git
# should be updated or removed.
version=0.1
revision=1
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"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="GPL-3.0-only"
homepage="https://github.com/cruegge/pam-gnupg"
distfiles="https://github.com/cruegge/pam-gnupg/archive/v${version}.tar.gz"
checksum=b6e1a018185fb0ed467fa33e25998a9d666634da3828f8e4497e5d3739a59dc4
pre_configure() {
sh autogen.sh
}