# Template file for 'tuigreet' pkgname=tuigreet version=0.8.0 revision=3 build_style=cargo hostmakedepends="scdoc" depends="greetd" short_desc="Graphical console greeter for greetd" maintainer="rslabbert " license="GPL-3.0-or-later" homepage="https://github.com/apognu/tuigreet" distfiles="https://github.com/apognu/tuigreet/archive/refs/tags/${version}.tar.gz" checksum=ed371ebe288a3e5782f01681c6c4ed4786b470184af286fa0e7b8898e47c154e tags="greeter" make_dirs="/var/cache/tuigreet 0755 _greeter _greeter" post_build() { scdoc < contrib/man/tuigreet-1.scd > tuigreet.1 } post_install() { vman tuigreet.1 }