New package: tuigreet-0.7.2
Signed-off-by: Ruben Slabbert <rslabbert@fastmail.com>
This commit is contained in:
parent
93f5de22ff
commit
dbab5afc25
1 changed files with 22 additions and 0 deletions
22
srcpkgs/tuigreet/template
Normal file
22
srcpkgs/tuigreet/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue