New package: tuigreet-0.7.2

Signed-off-by: Ruben Slabbert <rslabbert@fastmail.com>
This commit is contained in:
Ruben Slabbert 2021-12-12 13:43:29 +10:00 committed by Leah Neukirchen
parent 93f5de22ff
commit dbab5afc25

22
srcpkgs/tuigreet/template Normal file
View file

@ -0,0 +1,22 @@
# 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
}