This commit is contained in:
2024-07-28 00:53:42 +02:00
parent 09ce3ef149
commit dcd26986b2
6 changed files with 6 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
pkgname=lidm-git
pkgver=0.0.1.r0.gd6b165b
pkgrel=2
pkgrel=3
depends=('pam')
makedepends=('git' 'make')
pkgdesc="A fully colorful cutomizable TUI display manager made in C. (last git commit)"
@@ -25,7 +25,6 @@ build() {
package() {
cd lidm-repo
install -Dm755 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm755 lidm "${pkgdir}/usr/bin/lidm"
install -Dm755 themes/default.ini "${pkgdir}/etc/lidm.ini"
}