mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
New package: lemurs-0.4.0
This commit is contained in:
parent
867ea95059
commit
528a6f47bc
1 changed files with 21 additions and 0 deletions
21
srcpkgs/lemurs/template
Normal file
21
srcpkgs/lemurs/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue