commit d42d5cf9f753e5e224ccd606e7da698c9c231af6 Author: Tim Biermann <tbier@posteo.de> Date: Sun Feb 27 21:44:50 2022 +0100 dumb_runtime_dir: initial commit, version 1.0.3 diff --git a/dumb_runtime_dir/.footprint b/dumb_runtime_dir/.footprint new file mode 100644 index 00000000..c2500583 --- /dev/null +++ b/dumb_runtime_dir/.footprint @@ -0,0 +1,3 @@ +drwxr-xr-x root/root lib/ +drwxr-xr-x root/root lib/security/ +-rwxr-xr-x root/root lib/security/pam_dumb_runtime_dir.so diff --git a/dumb_runtime_dir/.signature b/dumb_runtime_dir/.signature new file mode 100644 index 00000000..bb5f41c0 --- /dev/null +++ b/dumb_runtime_dir/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/core.pub +RWRJc1FUaeVequpVih5XJ8hO/YIZunnoBdbkrckC+1q0M5m2+nDNl8XJi+QU0x0S1dmBbjoiXdi5fNBFpx+YbsMkB1JCjzGV7gY= +SHA256 (Pkgfile) = 9238a170d7a1cd1d376d1ecd3c3985f66e372724379ef5f4ee8bf18021eedcd6 +SHA256 (.footprint) = 4392d10298740d1d3c5b10a137acbaa43311c59039de31dacd7215dc55509fda +SHA256 (dumb_runtime_dir-1.0.3.tar.gz) = 92fe5c4b6a69eb9e1845b067aa7f71303a6faabea3be8110776b6072c1652718 diff --git a/dumb_runtime_dir/Pkgfile b/dumb_runtime_dir/Pkgfile new file mode 100644 index 00000000..c7b91b06 --- /dev/null +++ b/dumb_runtime_dir/Pkgfile @@ -0,0 +1,13 @@ +# 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/$nam...) + +build() { + make -C $name-$version + make -C $name-$version DESTDIR=$PKG PREFIX="" install +}