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