# 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
}
