We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42194f5 commit ec31787Copy full SHA for ec31787
1 file changed
srcpkgs/turnstile/template
@@ -1,7 +1,7 @@
1
# Template file for 'turnstile'
2
pkgname=turnstile
3
version=0.1.10
4
-revision=1
+revision=2
5
build_style=meson
6
configure_args="-Ddinit=enabled -Drunit=enabled -Ddefault_backend=runit
7
-Dmanage_rundir=true"
@@ -14,6 +14,7 @@ homepage="https://github.com/chimera-linux/turnstile"
14
distfiles="https://github.com/chimera-linux/turnstile/archive/refs/tags/v${version}.tar.gz"
15
checksum=186adf1402f3c63eecdbed241145cb029b7b1268c701a87381522d5b64583f2d
16
conf_files="/etc/turnstile/turnstiled.conf"
17
+make_dirs="/var/lib/turnstiled/linger 0755 root root"
18
19
post_install() {
20
vsv turnstiled
0 commit comments