2021-12-28 02:09:14 +00:00
|
|
|
# Template file for 'dumb_runtime_dir'
|
|
|
|
pkgname=dumb_runtime_dir
|
2022-02-04 15:57:27 +00:00
|
|
|
version=1.0.3
|
2021-12-28 02:09:14 +00:00
|
|
|
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"
|
2022-02-04 15:57:27 +00:00
|
|
|
checksum=92fe5c4b6a69eb9e1845b067aa7f71303a6faabea3be8110776b6072c1652718
|
2021-12-28 02:09:14 +00:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vlicense LICENSE
|
|
|
|
}
|