23 lines
777 B
Bash
23 lines
777 B
Bash
# 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
|
|
}
|