23 lines
579 B
Bash
23 lines
579 B
Bash
# Template file for 'tuigreet'
|
|
pkgname=tuigreet
|
|
version=0.8.0
|
|
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"
|
|
distfiles="https://github.com/apognu/tuigreet/archive/refs/tags/${version}.tar.gz"
|
|
checksum=ed371ebe288a3e5782f01681c6c4ed4786b470184af286fa0e7b8898e47c154e
|
|
tags="greeter"
|
|
|
|
post_build() {
|
|
scdoc < contrib/man/tuigreet-1.scd > tuigreet.1
|
|
}
|
|
|
|
post_install() {
|
|
vman tuigreet.1
|
|
}
|