fogwall
LOW
maintainer vcnt
0 votes
scanned 2026-09-15 13:19:52.153816
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>
2
pkgname=fogwall
3
pkgver=0.1.0
4
pkgrel=1
5
pkgdesc="Ultra-lightweight procedural fog live wallpaper for wlroots-style Wayland compositors, reactive to Spotify/MPRIS"
6
arch=('x86_64')
7
url="https://github.com/ThiagoAVicente/fogwall"
8
license=('MIT')
9
depends=('wayland' 'libglvnd')
10
makedepends=('meson' 'ninja' 'wayland-protocols')
11
optdepends=(
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
)
16
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
17
sha256sums=('163653ebbaf21b07659f17610e77900ff2d0aa05dd460d7cdec1ffdfa9622fa8')
18
19
build() {
20
cd "$pkgname-$pkgver"
21
arch-meson build -Db_lto=true
22
ninja -C build
23
}
24
25
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-15 13:19:52 | Low | 1 |