void-packages/srcpkgs/pam-gnupg/template

20 lines
586 B
Bash

# Template file for 'pam-gnupg'
pkgname=pam-gnupg
version=0.4
revision=1
build_style=gnu-configure
configure_args="--with-moduledir=/usr/lib/security"
hostmakedepends="automake libtool gnupg"
makedepends="pam-devel"
depends="gnupg>=2"
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=d7d266ffaa493fee087d373d70ae5f25a8afb145bc9b7c3cc60b7a448dd65756
pre_configure() {
sh autogen.sh
}