New package: rundird-0.2.0
This commit is contained in:
parent
020e1aa54b
commit
60f293dc60
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec rundird
|
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue