feat: update pkgbuilds

hmm, manpages and not much more
untested changes, needs a release
This commit is contained in:
2024-09-06 22:39:12 +02:00
parent f1f9d6b0a6
commit e746d6351e
10 changed files with 28 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = lidm-git
pkgdesc = A fully colorful cutomizable TUI display manager made in C. (last git commit)
pkgver = 0.0.2.r0.ge3052ec
pkgdesc = A fully colorful customizable TUI display manager made in C. (last git commit)
pkgver = 0.0.2.r37.gf1f9d6b
pkgrel = 1
url = https://github.com/javalsai/lidm
arch = any

3
assets/pkg/aur/lidm-git/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
*
!PKGBUILD
!.SRCINFO

View File

@@ -1,6 +1,6 @@
# Maintainer: javalsai <javalsai@proton.me>
pkgname=lidm-git
pkgver=0.0.1.r50.ge3052ec
pkgver=0.0.2.r37.gf1f9d6b
pkgrel=1
depends=('pam')
makedepends=('git' 'make' 'gcc')
@@ -26,6 +26,5 @@ build() {
package() {
cd "lidm"
install -Dm755 lidm "${pkgdir}/usr/bin/lidm"
install -Dm644 themes/default.ini "${pkgdir}/etc/lidm.ini"
make install DESTDIR="${pkgdir}"
}