Skip to content
Snippets Groups Projects
Verified Commit e3a84d19 authored by Robin Candau's avatar Robin Candau
Browse files

upgpkg: 0.3.2-3: Add the wayland and wms dirs in /etc/lemurs

parent d32f362d
No related branches found
No related tags found
No related merge requests found
pkgbase = lemurs
pkgdesc = A customizable TUI display/login manager written in Rust
pkgver = 0.3.2
pkgrel = 2
pkgrel = 3
url = https://github.com/coastalwhite/lemurs
arch = x86_64
license = Apache-2.0 OR MIT
......
......@@ -2,7 +2,7 @@
pkgname=lemurs
pkgver=0.3.2
pkgrel=2
pkgrel=3
pkgdesc="A customizable TUI display/login manager written in Rust"
arch=('x86_64')
url="https://github.com/coastalwhite/lemurs"
......@@ -35,10 +35,15 @@ check() {
package() {
cd "${pkgname}-${pkgver}"
install -Dm 755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
install -dm 755 "${pkgdir}/etc/lemurs/wms"
install -dm 755 "${pkgdir}/etc/lemurs/wayland"
install -Dm 644 extra/config.toml "${pkgdir}/etc/lemurs/config.toml"
install -Dm 755 extra/xsetup.sh "${pkgdir}/etc/lemurs/xsetup.sh"
install -Dm 644 extra/lemurs.pam "${pkgdir}/etc/pam.d/lemurs"
install -Dm 644 extra/lemurs.service "${pkgdir}/usr/lib/systemd/system/lemurs.service"
install -Dm 644 LICENSE-MIT "${pkgdir}/usr/share/licenses/${pkgname}/MIT"
install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment