17 lines
482 B
Bash
17 lines
482 B
Bash
# 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
|
|
}
|