core/dumb_runtime_dir/Pkgfile

14 lines
418 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
# Maintainer: Tim Biermann, tbier at posteo dot de
name=dumb_runtime_dir
version=1.0.3
release=1
source=(https://github.com/ifreund/dumb_runtime_dir/releases/download/v$version/$name-$version.tar.gz)
build() {
make -C $name-$version
make -C $name-$version DESTDIR=$PKG PREFIX="" install
}