dumb_runtime_dir: changed Maintainer

This commit is contained in:
Tim Biermann 2022-12-17 17:07:38 +00:00
parent 6221d36120
commit 9f64c84b52
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
RWRJc1FUaeVeqlffZ4jxg0gGvYAqrMkxjfOuRWaSSdjzBHRo+dhd5ZU3fmcqCwkpZRDnxatU1Cc/2JHuhQQDxDsy/cJdHW34sQQ=
SHA256 (Pkgfile) = 0a94d49918672fa12bbeced2dc762d128138fb75c860a3367959793322cee8cf
RWRJc1FUaeVeqkyWVEyCC4W5Z7bkXodLfgT/oHkWUkd0XQsikCdojVMFcP77AnVoy40x/LDOCVpfza1jb1iKlEEajGdLSkCBQwA=
SHA256 (Pkgfile) = ada97506fa1372b3ca74cbe9392de6a773fe2bee892cc8bdc3adf5ed638031a4
SHA256 (.footprint) = 4392d10298740d1d3c5b10a137acbaa43311c59039de31dacd7215dc55509fda
SHA256 (dumb_runtime_dir-1.0.4.tar.gz) = 451e680ee2ad4bd268a2cc21571fd843eefde5ffd7a6847221f9a1449924acc0

View File

@ -1,6 +1,6 @@
# 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
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=dumb_runtime_dir
version=1.0.4
@ -8,6 +8,6 @@ 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
make -C $name-$version
make -C $name-$version DESTDIR=$PKG PAMDIR="/lib/security" install
}