mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
update lianwalld-bin v5.0.0
This commit is contained in:
commit
2b1647de4e
3 changed files with 39 additions and 0 deletions
17
.SRCINFO
Normal file
17
.SRCINFO
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
pkgbase = lianwalld-bin
|
||||
pkgdesc = LianWall Daemon - wallpaper engine based on swww and mpvpaper
|
||||
pkgver = 5.0.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/Yueosa/lianwall
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
depends = swww
|
||||
depends = mpvpaper
|
||||
optdepends = nvidia-utils: NVIDIA GPU VRAM monitoring
|
||||
optdepends = rocm-smi-lib: AMD GPU VRAM monitoring
|
||||
provides = lianwalld
|
||||
conflicts = lianwalld
|
||||
source = https://github.com/Yueosa/lianwall/releases/download/v5.0.0/lianwalld_5.0.0_linux_x86_64
|
||||
sha256sums = 131bbf1f2c7f3d233d8a082ef1e6e4cf053d27a60f0d9c0ca7dba0d6c089cd77
|
||||
|
||||
pkgname = lianwalld-bin
|
||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
lianwalld_${pkgver}_linux_x86_64
|
||||
21
PKGBUILD
Normal file
21
PKGBUILD
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Maintainer: Lian <yichengxin7@gmail.com>
|
||||
pkgname=lianwalld-bin
|
||||
pkgver=5.0.0
|
||||
pkgrel=1
|
||||
pkgdesc="LianWall Daemon - wallpaper engine based on swww and mpvpaper"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/Yueosa/lianwall"
|
||||
license=('MIT')
|
||||
depends=('swww' 'mpvpaper')
|
||||
optdepends=(
|
||||
'nvidia-utils: NVIDIA GPU VRAM monitoring'
|
||||
'rocm-smi-lib: AMD GPU VRAM monitoring'
|
||||
)
|
||||
provides=('lianwalld')
|
||||
conflicts=('lianwalld')
|
||||
source=("https://github.com/Yueosa/lianwall/releases/download/v${pkgver}/lianwalld_${pkgver}_linux_x86_64")
|
||||
sha256sums=('131bbf1f2c7f3d233d8a082ef1e6e4cf053d27a60f0d9c0ca7dba0d6c089cd77')
|
||||
|
||||
package() {
|
||||
install -Dm755 "lianwalld_${pkgver}_linux_x86_64" "$pkgdir/usr/bin/lianwalld"
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue