steppewm-git
CLEAN
maintainer uncognic
1 votes
scanned 2026-08-20 00:05:13.298181
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
3
pkgname=steppewm-git
4
_pkgname=steppewm
5
pkgver=r1.0000000
6
pkgrel=1
7
pkgdesc='Minimal stacking Wayland compositor using wlroots (git)'
8
arch=('x86_64' 'aarch64')
9
url='https://github.com/uncognic/steppewm'
10
license=('GPL-3.0-or-later')
11
depends=(
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
)
26
makedepends=(
27
'git'
28
'meson'
29
'ninja'
30
'pixman'
31
'pkgconf'
32
'wayland-protocols'
33
)
34
optdepends=(
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
)
42
provides=("$_pkgname=$pkgver")
43
conflicts=("$_pkgname")
44
source=("$_pkgname::git+$url.git")
45
b2sums=('SKIP')
46
47
pkgver() {
48
cd "$_pkgname"
49
printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
50
}
51
52
build() {
53
arch-meson "$_pkgname" build
54
meson compile -C build
55
}
56
57
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-20 00:05:13 | Clean | 2 |
| 2026-08-19 23:42:47 | Low | 1 |