diff --git a/srcpkgs/dumb_runtime_dir/template b/srcpkgs/dumb_runtime_dir/template new file mode 100644 index 0000000000..c57ddcf5c6 --- /dev/null +++ b/srcpkgs/dumb_runtime_dir/template @@ -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 " +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 +}