steppewm
LOW
maintainer uncognic
1 votes
scanned 2026-08-20 21:12:41.539726
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: uncognic <92607100+uncognic@users.noreply.github.com>
2
3
pkgname=steppewm
4
pkgver=0.3.2
5
pkgrel=1
6
pkgdesc='Minimal stacking Wayland compositor using wlroots'
7
arch=('x86_64' 'aarch64')
8
url='https://github.com/uncognic/steppewm'
9
license=('GPL-3.0-or-later')
10
depends=(
11
'cairo'
12
'glib2'
13
'glibc'
14
'libgcc'
15
'libinput'
16
'libpulse'
17
'librsvg'
18
'libstdc++'
19
'libxkbcommon'
20
'lua54'
21
'sdbus-cpp'
22
'wayland'
23
'wlroots0.20'
24
)
25
makedepends=(
26
'meson'
27
'ninja'
28
'pixman'
29
'pkgconf'
30
'wayland-protocols'
31
)
32
optdepends=(
33
'xwayland-satellite: XWayland support'
34
'swaybg: wallpaper'
35
'swayidle: idle management'
36
'wlr-randr: output configuration'
37
'wlopm: output power management'
38
'wlrctl: window and input control from the shell'
39
)
40
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
41
b2sums=('034c8e7def2cc49e2d7748a095e36d97874508cfd553bb109b4a707cefdb355c662251fbee090bfdb2d5a7c86257823013a888edb0d73c808b6a16da9be5c4c1')
42
43
build() {
44
arch-meson "$pkgname-$pkgver" build
45
meson compile -C build
46
}
47
48
package() {
49
meson install -C build --destdir "$pkgdir"
50
install -Dm644 "$pkgname-$pkgver/config.lua" \
51
"$pkgdir/usr/share/doc/$pkgname/config.lua"
52
install -Dm644 "$pkgname-$pkgver/doc/steppewm.md" \
53
"$pkgdir/usr/share/doc/$pkgname/steppewm.md"
54
install -Dm644 "$pkgname-$pkgver/README.md" \
55
"$pkgdir/usr/share/doc/$pkgname/README.md"
56
}
57
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-20 21:12:41 | Low | 1 |