void-packages/srcpkgs/tuigreet/template

25 lines
690 B
Bash

# Template file for 'tuigreet'
pkgname=tuigreet
version=0.9.1
revision=1
build_style=cargo
hostmakedepends="scdoc"
depends="greetd"
short_desc="Graphical console greeter for greetd"
maintainer="rslabbert <rslabbert@fastmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/apognu/tuigreet"
changelog="https://github.com/apognu/tuigreet/releases"
distfiles="https://github.com/apognu/tuigreet/archive/refs/tags/${version}.tar.gz"
checksum=14fd1fadeb84040eb31901da2b53a48aa55b0fdaccb36d96fa52ce2d2113667f
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
}