20 lines
585 B
Bash
20 lines
585 B
Bash
# Template file for 'pam-gnupg'
|
|
pkgname=pam-gnupg
|
|
version=0.2
|
|
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=397334c45ed48499a466c0cb2acb21a7405edc4c0ab9c63cc6b2f3d159d60e5f
|
|
|
|
pre_configure() {
|
|
sh autogen.sh
|
|
}
|