New package: lemurs-0.4.0

This commit is contained in:
Fabien JUIF 2025-04-13 14:43:22 +02:00 committed by Duncan Overbruck
parent 867ea95059
commit 528a6f47bc

21
srcpkgs/lemurs/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'lemurs'
pkgname=lemurs
version=0.4.0
revision=1
build_style=cargo
configure_args="--no-default-features"
hostmakedepends="pkg-config"
makedepends="pam-devel"
short_desc="Customizable TUI display/login manager written in Rust 🐒"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0 OR MIT"
homepage="https://github.com/coastalwhite/lemurs"
distfiles="https://github.com/coastalwhite/lemurs/archive/refs/tags/v${version}.tar.gz"
checksum=05641ea9f0b8fa459c737adccd2f4714fd29e69e07a213c117b35013837bfe3a
post_install() {
vmkdir etc/lemurs/
vcopy extra/config.toml etc/lemurs/config.toml
vlicense LICENSE-MIT
vlicense LICENSE-APACHE
}