void-packages/srcpkgs/pam-gnupg/template
Đoàn Trần Công Danh e2ec8bcdda pam-gnupg: depends on gnupg
2021-07-22 21:30:59 +07:00

20 lines
586 B
Bash

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