New package: rundird-0.2.0

This commit is contained in:
Isaac Freund 2021-06-17 01:40:15 +00:00 committed by Érico Nogueira Rolim
parent 020e1aa54b
commit 60f293dc60
2 changed files with 20 additions and 0 deletions

View File

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

18
srcpkgs/rundird/template Normal file
View File

@ -0,0 +1,18 @@
# Template file for 'rundird'
pkgname=rundird
version=0.2.0
revision=1
build_style=zig-build
hostmakedepends="zig"
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
}