tuigreet: add /var/cache/tuigreet to make_dirs

It's needed for `--remember*` options
This commit is contained in:
m3tav3rse 2023-09-24 15:07:57 +02:00 committed by classabbyamp
parent 7730b58707
commit f11433dea6

View file

@ -1,7 +1,7 @@
# Template file for 'tuigreet' # Template file for 'tuigreet'
pkgname=tuigreet pkgname=tuigreet
version=0.8.0 version=0.8.0
revision=2 revision=3
build_style=cargo build_style=cargo
hostmakedepends="scdoc" hostmakedepends="scdoc"
depends="greetd" depends="greetd"
@ -12,6 +12,7 @@ homepage="https://github.com/apognu/tuigreet"
distfiles="https://github.com/apognu/tuigreet/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/apognu/tuigreet/archive/refs/tags/${version}.tar.gz"
checksum=ed371ebe288a3e5782f01681c6c4ed4786b470184af286fa0e7b8898e47c154e checksum=ed371ebe288a3e5782f01681c6c4ed4786b470184af286fa0e7b8898e47c154e
tags="greeter" tags="greeter"
make_dirs="/var/cache/tuigreet 0755 _greeter _greeter"
post_build() { post_build() {
scdoc < contrib/man/tuigreet-1.scd > tuigreet.1 scdoc < contrib/man/tuigreet-1.scd > tuigreet.1