23 lines
579 B
Bash
23 lines
579 B
Bash
|
# Template file for 'tuigreet'
|
||
|
pkgname=tuigreet
|
||
|
version=0.7.2
|
||
|
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=5222790beb1556d594e8aa92114782459a131dfdc99e6730e4b95807eecf82d9
|
||
|
tags="greeter"
|
||
|
|
||
|
post_build() {
|
||
|
scdoc < contrib/man/tuigreet-1.scd > tuigreet.1
|
||
|
}
|
||
|
|
||
|
post_install() {
|
||
|
vman tuigreet.1
|
||
|
}
|