wallcraft-git

LOW
maintainer Tatchi 0 votes scanned 2026-09-02 11:50:42.784749
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Triggered rules

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

PKGBUILD

1# Maintainer: Rainkord
2pkgname=wallcraft-git
3pkgver=0.1.1
4pkgrel=1
5pkgdesc="Graphical wallpaper manager for Hyprland with lock screen sync and slideshow"
6arch=('x86_64')
7url="https://github.com/Rainkord/WallCraft"
8license=('MIT')
9depends=('qt6-base' 'hyprpaper' 'mpvpaper' 'swww')
10optdepends=('papirus-icon-theme: icon theme support')
11makedepends=('cmake' 'ninja' 'qt6-tools' 'wayland-protocols')
12provides=('wallcraft')
13conflicts=('wallcraft' 'hyprwall' 'hyprwall-git')
14source=("$pkgname::git+$url")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd "$pkgname"
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20}
21
22build() {
23 cd "$pkgname"
24 cmake -B build -G Ninja \
25 -DCMAKE_BUILD_TYPE=Release \
26 -DCMAKE_INSTALL_PREFIX=/usr
27 cmake --build build
28}
29
30package() {
31 cd "$pkgname"
32 DESTDIR="$pkgdir" cmake --install build
33}
34

Scan history

Scanned at (UTC)SeverityRules
2026-09-02 11:50:42 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion