steppewm-git

CLEAN
maintainer uncognic 1 votes scanned 2026-08-20 00:05:13.298181
View on AUR

Triggered rules

Clean AI review downgraded a static finding llm_review

The static rules flagged this LOW, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it CLEAN (confidence 95%): The package builds from its own git source hosted on GitHub, which is normal for AUR packages; the low vote count and recent upload are not indicators of danger when the source is transparent and the build process is standard.

1 higher static finding superseded - not the current verdict (shown for transparency)
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: uncognic <92607100+uncognic@users.noreply.github.com>
2
3pkgname=steppewm-git
4_pkgname=steppewm
5pkgver=r1.0000000
6pkgrel=1
7pkgdesc='Minimal stacking Wayland compositor using wlroots (git)'
8arch=('x86_64' 'aarch64')
9url='https://github.com/uncognic/steppewm'
10license=('GPL-3.0-or-later')
11depends=(
12 'cairo'
13 'glib2'
14 'glibc'
15 'libgcc'
16 'libinput'
17 'libpulse'
18 'librsvg'
19 'libstdc++'
20 'libxkbcommon'
21 'lua54'
22 'sdbus-cpp'
23 'wayland'
24 'wlroots0.20'
25)
26makedepends=(
27 'git'
28 'meson'
29 'ninja'
30 'pixman'
31 'pkgconf'
32 'wayland-protocols'
33)
34optdepends=(
35 'xwayland-satellite: XWayland support'
36 'swaybg: wallpaper'
37 'swayidle: idle management'
38 'wlr-randr: output configuration'
39 'wlopm: output power management'
40 'wlrctl: window and input control from the shell'
41)
42provides=("$_pkgname=$pkgver")
43conflicts=("$_pkgname")
44source=("$_pkgname::git+$url.git")
45b2sums=('SKIP')
46
47pkgver() {
48 cd "$_pkgname"
49 printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
50}
51
52build() {
53 arch-meson "$_pkgname" build
54 meson compile -C build
55}
56
57package() {
58 meson install -C build --destdir "$pkgdir"
59 install -Dm644 "$_pkgname/config.lua" \
60 "$pkgdir/usr/share/doc/$_pkgname/config.lua"
61 install -Dm644 "$_pkgname/doc/steppewm.md" \
62 "$pkgdir/usr/share/doc/$_pkgname/steppewm.md"
63 install -Dm644 "$_pkgname/README.md" \
64 "$pkgdir/usr/share/doc/$_pkgname/README.md"
65}
66

Scan history

Scanned at (UTC)SeverityRules
2026-08-20 00:05:13 Clean 2
2026-08-19 23:42:47 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