spacequilt-git

LOW
maintainer kekmacska 0 votes scanned 2026-09-23 21:40:52.517030
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: kekmacska
2
3pkgname=spacequilt-git
4pkgver=fcf931d
5pkgrel=1
6pkgdesc="Disk usage as a SpaceMonger-style nested map or xdiskusage-style icicle columns (PySide6, du-based)"
7arch=('any')
8url="https://github.com/emoryy/spacequilt"
9license=('MIT')
10depends=('python' 'zlib' 'pyside6') # based on imports
11makedepends=('git' 'svgo')
12source=("git+$url.git" "${pkgname%-*}.desktop")
13b2sums=('SKIP'
14 '1f4b4a3976bdf8a65bca333d05987a952d6a14d3ae7b610c7ea4a62b5362eb96cb13da28a12a55fa8955497fe279a319465cd9c00f64c3912165d681c4d61ac7')
15
16
17pkgver() {
18 cd "${pkgname%-*}"
19 git describe --tags --long --always | sed -E 's/^v//; s/([^-]*-g)/r\1/; s/-/./g'
20}
21
22prepare() {
23 cd "${pkgname%-*}"
24 svgo . -r --multipass
25}
26
27package() {
28 cd "${pkgname%-*}"
29
30 # Install executable
31 install -Dm755 "${pkgname%-*}" "$pkgdir/usr/bin/${pkgname%-*}"
32
33 # Install desktop file
34 install -Dm644 "$srcdir/${pkgname%-*}.desktop" "$pkgdir/usr/share/applications/${pkgname%-*}.desktop"
35
36 # Install icon
37 install -Dm644 "$srcdir/${pkgname%-*}/${pkgname%-*}.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/${pkgname%-*}.svg"
38
39 # Install license
40 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/${pkgname%-*}/LICENSE"
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-09-23 21:40: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