14 lines
436 B
Plaintext
14 lines
436 B
Plaintext
# Description: Creates an XDG_RUNTIME_DIR on login and never removes it
|
|
# URL: https://github.com/ifreund/dumb_runtime_dir
|
|
# Maintainer: CRUX System Team, core-ports at crux dot nu
|
|
|
|
name=dumb_runtime_dir
|
|
version=1.0.4
|
|
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 PAMDIR="/lib/security" install
|
|
}
|