New package: dumb_runtime_dir-1.0.2

This commit is contained in:
Isaac Freund 2021-12-28 02:09:14 +00:00 committed by Leah Neukirchen
parent 45642d250c
commit e85a1d741f

View file

@ -0,0 +1,18 @@
# Template file for 'dumb_runtime_dir'
pkgname=dumb_runtime_dir
version=1.0.2
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="pam-devel"
depends="pam-base>=0.4.0_2"
short_desc="Creates an XDG_RUNTIME_DIR on login and never removes it"
maintainer="Isaac Freund <mail@isaacfreund.com>"
license="0BSD"
homepage="https://github.com/ifreund/dumb_runtime_dir"
distfiles="${homepage}/releases/download/v${version}/dumb_runtime_dir-${version}.tar.gz"
checksum=884f955fbf1e11810ef1530495916eb62c0093f2d851545b8e80a25fd80a4d3f
post_install() {
vlicense LICENSE
}