mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 22:38:41 +02:00
commit
e8ec94e150
11
.SRCINFO
Normal file
11
.SRCINFO
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
pkgbase = lidm
|
||||||
|
pkgdesc = A ✨fully✨ colorful cutomizable TUI display manager made in C for simplicity.
|
||||||
|
pkgver = 0.0.0
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://github.com/javalsai/lidm
|
||||||
|
arch = any
|
||||||
|
license = GPL
|
||||||
|
source = lidm::https://github.com/javalsai/lidm/releases/download/0.0.0/lidm
|
||||||
|
sha256sums = 2771ca603fb02520cb1ea2dac10400fd4f512d7a8883a7ecffefe6595a93dcf5
|
||||||
|
|
||||||
|
pkgname = lidm
|
14
PKGBUILD
Normal file
14
PKGBUILD
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
pkgname=lidm
|
||||||
|
pkgver=0.0.0
|
||||||
|
pkgrel=1
|
||||||
|
pkgdesc="A ✨fully✨ colorful cutomizable TUI display manager made in C for simplicity."
|
||||||
|
arch=('any')
|
||||||
|
url="https://github.com/javalsai/lidm"
|
||||||
|
license=('GPL')
|
||||||
|
source=("lidm::https://github.com/javalsai/lidm/releases/download/v$pkgver.zip")
|
||||||
|
sha256sums=('2771ca603fb02520cb1ea2dac10400fd4f512d7a8883a7ecffefe6595a93dcf5')
|
||||||
|
|
||||||
|
package() {
|
||||||
|
install -d "$pkgdir/usr/bin/lidm"
|
||||||
|
}
|
||||||
|
sha256sums=('5eb72f7d0425e81f9b42f70159ecc44d1b6ca5cfd4fde845d01348964273ab64')
|
Loading…
x
Reference in New Issue
Block a user