rundird: remove package

unmaintained, archived
This commit is contained in:
Marcin Puc 2023-01-24 15:48:02 +01:00 committed by Leah Neukirchen
parent 6851df1f48
commit bbabd70b5f
3 changed files with 1 additions and 19 deletions

View file

@ -481,6 +481,7 @@ replaces="
rkt-stage1-coreos<=1.30.0_3
rkt-stage1-fly<=1.30.0_3
rkt<=1.30.0_3
rundird<=0.2.0_1
scantailor<=0.9.12.1_2
seahorse-sharing<=3.8.0_4
searchfile<=0.0.0.20180623_2

View file

@ -1,2 +0,0 @@
#!/bin/sh
exec rundird

View file

@ -1,17 +0,0 @@
# Template file for 'rundird'
pkgname=rundird
version=0.2.0
revision=1
build_style=zig-build
makedepends="pam-devel"
short_desc="Simple daemon + PAM module providing an XDG_RUNTIME_DIR"
maintainer="Isaac Freund <mail@isaacfreund.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/ifreund/rundird"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=1dea207f39388e8c2c275b8a9aada0166d1f587a806f2e5e4486d98259e23e4c
post_install() {
vsv rundird
vdoc README.md
}