void-packages/srcpkgs/dumb_runtime_dir/template
2022-02-05 00:07:11 +01:00

18 lines
585 B
Bash

# Template file for 'dumb_runtime_dir'
pkgname=dumb_runtime_dir
version=1.0.3
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=92fe5c4b6a69eb9e1845b067aa7f71303a6faabea3be8110776b6072c1652718
post_install() {
vlicense LICENSE
}