void-packages/srcpkgs/pam_ssh/template
2019-01-14 16:10:39 -02:00

20 lines
678 B
Bash

# Template file for 'pam_ssh'
pkgname=pam_ssh
version=2.2
revision=1
build_style=gnu-configure
configure_args="--with-pam-dir=/usr/lib/security ac_cv_openssldir=/usr
--includedir=${XBPS_CROSS_BASE}/usr/include
--libdir=${XBPS_CROSS_BASE}/usr/lib"
hostmakedepends="openssh"
makedepends="libressl-devel pam-devel"
short_desc="PAM module providing single sign-on behavior for SSH"
maintainer="Alexander Gehrke <void@qwertyuiop.de>"
license="BSD-2-Clause"
homepage="http://pam-ssh.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/pam-ssh/${pkgname}-${version}.tar.xz"
checksum=3543b7248a83831579d2cfcae330e7fc479c07371f36401ac147d735885f57ad
post_install() {
vlicense COPYING
}