core/dumb_runtime_dir/Pkgfile

14 lines
442 B
Plaintext
Raw Normal View History

# Description: Creates an XDG_RUNTIME_DIR on login and never removes it
# URL: https://github.com/ifreund/dumb_runtime_dir
2022-12-17 18:07:38 +01:00
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=dumb_runtime_dir
2022-03-06 20:02:32 +01:00
version=1.0.4
release=1
source=(https://github.com/ifreund/dumb_runtime_dir/releases/download/v$version/$name-$version.tar.gz)
build() {
2023-12-24 12:43:51 +01:00
make -C $name-$version
make -C $name-$version DESTDIR=$PKG PAMDIR="/lib/security" install
}