wallcraft-git
LOW
maintainer Tatchi
0 votes
scanned 2026-09-02 11:50:42.784749
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
2
pkgname=wallcraft-git
3
pkgver=0.1.1
4
pkgrel=1
5
pkgdesc="Graphical wallpaper manager for Hyprland with lock screen sync and slideshow"
6
arch=('x86_64')
7
url="https://github.com/Rainkord/WallCraft"
8
license=('MIT')
9
depends=('qt6-base' 'hyprpaper' 'mpvpaper' 'swww')
10
optdepends=('papirus-icon-theme: icon theme support')
11
makedepends=('cmake' 'ninja' 'qt6-tools' 'wayland-protocols')
12
provides=('wallcraft')
13
conflicts=('wallcraft' 'hyprwall' 'hyprwall-git')
14
source=("$pkgname::git+$url")
15
sha256sums=('SKIP')
16
17
pkgver() {
18
cd "$pkgname"
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20
}
21
22
build() {
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
30
package() {
31
cd "$pkgname"
32
DESTDIR="$pkgdir" cmake --install build
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-02 11:50:42 | Low | 1 |