UPDATE README.md

This commit is contained in:
Marcius 2024-02-11 17:15:42 +00:00
parent 1ff68414dc
commit 331e188c83
2 changed files with 2 additions and 37 deletions

View file

@ -1,36 +0,0 @@
# Maintainer: coding-agent <mcmrcs@pm.me>
_pkgname=wallpickr
pkgname="${_pkgname}-git"
pkgver=r14.e810654
pkgrel=1
pkgdesc="A very simple wallpaper picker for hyprpaper"
url="https://github.com/coding-agent/wallpickr"
license=('GPL-3.0-only')
depends=('gtk4' 'hyprland' 'hyprpaper')
makedepends=('git')
arch=('x86_64')
provides=('wallpickr')
conflicts=('wallpickr')
source=(
"git+https://github.com/coding-agent/wallpickr"
)
sha256sums=('SKIP')
pkgver() {
cd "${_pkgname}"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {
cd "${srcdir}/${_pkgname}"
zig build -Doptimize=ReleaseFast
}
package() {
cd "${srcdir}/${_pkgname}"
zig build -Doptimize=ReleaseFast
install -D -m644 README.md "${pkgdir}/usr/share/doc/${_pkgname}/README.md"
install -D -m755 zig-out/bin/wallpickr "${pkgdir}/usr/bin/wallpickr"
}

View file

@ -1,6 +1,7 @@
# Wallpickr
A very simple wallpaper picker for hyprpaper
A very simple wallpaper picker for hyprpaper.
Compatible with Hyprland and River
## Configuration