spacequilt-git
LOW
maintainer kekmacska
0 votes
scanned 2026-09-23 21:40:52.517030
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
3
pkgname=spacequilt-git
4
pkgver=fcf931d
5
pkgrel=1
6
pkgdesc="Disk usage as a SpaceMonger-style nested map or xdiskusage-style icicle columns (PySide6, du-based)"
7
arch=('any')
8
url="https://github.com/emoryy/spacequilt"
9
license=('MIT')
10
depends=('python' 'zlib' 'pyside6') # based on imports
11
makedepends=('git' 'svgo')
12
source=("git+$url.git" "${pkgname%-*}.desktop")
13
b2sums=('SKIP'
14
'1f4b4a3976bdf8a65bca333d05987a952d6a14d3ae7b610c7ea4a62b5362eb96cb13da28a12a55fa8955497fe279a319465cd9c00f64c3912165d681c4d61ac7')
15
16
17
pkgver() {
18
cd "${pkgname%-*}"
19
git describe --tags --long --always | sed -E 's/^v//; s/([^-]*-g)/r\1/; s/-/./g'
20
}
21
22
prepare() {
23
cd "${pkgname%-*}"
24
svgo . -r --multipass
25
}
26
27
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-23 21:40:52 | Low | 1 |