mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
pam_rundir: remove erroneous vlicense, fix license=
This commit is contained in:
parent
0231f35b84
commit
5856577369
1 changed files with 2 additions and 6 deletions
|
@ -1,17 +1,13 @@
|
||||||
# Template file for 'pam_rundir'
|
# Template file for 'pam_rundir'
|
||||||
pkgname=pam_rundir
|
pkgname=pam_rundir
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --with-parentdir=/run/user"
|
configure_args="--prefix=/usr --with-parentdir=/run/user"
|
||||||
makedepends="pam-devel"
|
makedepends="pam-devel"
|
||||||
short_desc="PAM Module to create and remove user runtime directories"
|
short_desc="PAM Module to create and remove user runtime directories"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://jjacky.com/pam_rundir"
|
homepage="https://jjacky.com/pam_rundir"
|
||||||
distfiles="https://jjacky.com/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://jjacky.com/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=c779b699ed23777a3bdba87b7f67ed395fe957f3c96138faee45f87a27bcc020
|
checksum=c779b699ed23777a3bdba87b7f67ed395fe957f3c96138faee45f87a27bcc020
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense COPYING LICENSE
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue