void-packages/srcpkgs/pam_rundir/template
Johannes a2f1445f43 pam_rundir: remove patch
setting SECBIT_NO_SETUID_FIXUP in a pam module is a bad idea:
https://github.com/void-linux/void-packages/issues/4417
2018-11-11 16:23:56 +01:00

17 lines
547 B
Bash

# Template file for 'pam_rundir'
pkgname=pam_rundir
version=1.0.0
revision=3
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
}