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,5 +1,5 @@
pkgbase = lidm
pkgdesc = A fully colorful cutomizable TUI display manager made in C. (build latest tag)
pkgdesc = A fully colorful customizable TUI display manager made in C. (build latest tag)
pkgver = 0.0.2
pkgrel = 1
url = https://github.com/javalsai/lidm
@@ -8,6 +8,7 @@ pkgbase = lidm
makedepends = git
makedepends = make
makedepends = gcc
makedepends = gzip
depends = pam
source = tarball.tar.gz::https://github.com/javalsai/lidm/archive/refs/tags/0.0.2.tar.gz
sha256sums = adf2d196969f6a2df8ceeb3564e1d51cc377f0deaeca31fee0bace58a3d2df2d

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

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

View File

@@ -3,7 +3,7 @@ pkgname=lidm
pkgver=0.0.2
pkgrel=1
depends=('pam')
makedepends=('git' 'make' 'gcc')
makedepends=('git' 'make' 'gcc' 'gzip')
pkgdesc="A fully colorful customizable TUI display manager made in C. (build latest tag)"
arch=('any')
url="https://github.com/javalsai/lidm"
@@ -20,7 +20,5 @@ build() {
package() {
cd "lidm-$pkgver"
install -Dm755 lidm "${pkgdir}/usr/bin/lidm"
install -Dm644 themes/default.ini "${pkgdir}/etc/lidm.ini"
make install DESTDIR="${pkgdir}"
}