fogwall

LOW
maintainer vcnt 0 votes scanned 2026-09-15 13:19:52.153816
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: Thiago Vicente <thiagoaureliovicente@gmail.com>
2pkgname=fogwall
3pkgver=0.1.0
4pkgrel=1
5pkgdesc="Ultra-lightweight procedural fog live wallpaper for wlroots-style Wayland compositors, reactive to Spotify/MPRIS"
6arch=('x86_64')
7url="https://github.com/ThiagoAVicente/fogwall"
8license=('MIT')
9depends=('wayland' 'libglvnd')
10makedepends=('meson' 'ninja' 'wayland-protocols')
11optdepends=(
12 'pipewire: Spotify loudness reactivity and beat-sync'
13 'dbus: MPRIS album-art tint sync'
14 'curl: fetch remote (https://) album art for tint sync'
15)
16source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
17sha256sums=('163653ebbaf21b07659f17610e77900ff2d0aa05dd460d7cdec1ffdfa9622fa8')
18
19build() {
20 cd "$pkgname-$pkgver"
21 arch-meson build -Db_lto=true
22 ninja -C build
23}
24
25package() {
26 cd "$pkgname-$pkgver"
27 DESTDIR="$pkgdir" ninja -C build install
28 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
29 install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md"
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 13:19:52 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