mirror of
https://github.com/javalsai/lidm.git
synced 2025-08-31 18:38:00 +02:00
feat: aur yayyy! (paru >>>)
This commit is contained in:
19
assets/pkg/aur/lidm-bin/.SRCINFO
Normal file
19
assets/pkg/aur/lidm-bin/.SRCINFO
Normal file
@@ -0,0 +1,19 @@
|
||||
pkgbase = lidm-bin
|
||||
pkgdesc = A fully colorful cutomizable TUI display manager made in C. (release binary)
|
||||
pkgver = 0.0.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/javalsai/lidm
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
depends = pam
|
||||
provides = lidm
|
||||
conflicts = lidm
|
||||
conflicts = lidm-git
|
||||
source = lidm::https://github.com/javalsai/lidm/releases/download/0.0.1/lidm-x86_64
|
||||
source = default-theme.ini::https://raw.githubusercontent.com/javalsai/lidm/0.0.1/themes/default.ini
|
||||
source = LICENSE::https://raw.githubusercontent.com/javalsai/lidm/0.0.1/LICENSE
|
||||
sha256sums = 4969018d527613729336abd51e37283ce77d7c7a2233434642804b88e550e622
|
||||
sha256sums = 27db9b0cd2da80c0c60dcb13dfad0f9d65e7dddbb7b344b859803b9ac3943cd7
|
||||
sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
|
||||
|
||||
pkgname = lidm-bin
|
26
assets/pkg/aur/lidm-bin/PKGBUILD
Normal file
26
assets/pkg/aur/lidm-bin/PKGBUILD
Normal file
@@ -0,0 +1,26 @@
|
||||
pkgname=lidm-bin
|
||||
pkgver=0.0.1
|
||||
pkgrel=1
|
||||
depends=('pam')
|
||||
pkgdesc="A fully colorful cutomizable TUI display manager made in C. (release binary)"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/javalsai/lidm"
|
||||
license=('GPL')
|
||||
provides=('lidm')
|
||||
conflicts=('lidm' 'lidm-git')
|
||||
source=(
|
||||
"lidm::$url/releases/download/$pkgver/lidm-$arch"
|
||||
"default-theme.ini::https://raw.githubusercontent.com/javalsai/lidm/$pkgver/themes/default.ini"
|
||||
"LICENSE::https://raw.githubusercontent.com/javalsai/lidm/$pkgver/LICENSE"
|
||||
)
|
||||
sha256sums=(
|
||||
'4969018d527613729336abd51e37283ce77d7c7a2233434642804b88e550e622'
|
||||
'27db9b0cd2da80c0c60dcb13dfad0f9d65e7dddbb7b344b859803b9ac3943cd7'
|
||||
'3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
|
||||
)
|
||||
|
||||
package() {
|
||||
install -Dm755 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
|
||||
install -Dm755 lidm "${pkgdir}/usr/bin/lidm"
|
||||
install -Dm755 default-theme.ini "${pkgdir}/etc/lidm.ini"
|
||||
}
|
Reference in New Issue
Block a user