void-packages/srcpkgs/dumb_runtime_dir/template
2022-01-29 21:01:59 +01:00

18 lines
585 B
Bash

# 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
}