New package: pam_rundir-1.0.0

Closes: #7740 [via git-merge-pr]
This commit is contained in:
maxice8 2017-09-17 14:58:57 -03:00 committed by Michael Aldridge
parent f4b3e5554d
commit 4c3bd33a16
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Template file for 'pam_rundir-1.0.0'
pkgname=pam_rundir
version=1.0.0
revision=1
build_style=configure
configure_args="--prefix=/usr --with-parentdir=/run/user"
makedepends="pam-devel"
short_desc="PAM Module to create and remove user runtime directories"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
license="GPL-2"
homepage="https://jjacky.com/pam_rundir"
distfiles="https://jjacky.com/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=c779b699ed23777a3bdba87b7f67ed395fe957f3c96138faee45f87a27bcc020
post_install() {
vlicense COPYING LICENSE
}