sptui

LOW
maintainer Giovani_Geek 0 votes scanned 2026-09-05 07:59:42.017587
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# shellcheck disable=SC2034,SC2154,SC2164
2# Maintainer: Energetix/Dark Nebula <https://github.com/Jobanny-Friki>
3
4pkgname=sptui
5pkgver=0.1.4
6pkgrel=1
7pkgdesc="Spotify TUI player, written in Go"
8arch=('x86_64')
9url="https://github.com/szktkfm/sptui"
10license=('MIT')
11depends=()
12makedepends=('go')
13_tag="v0.1.4"
14_srcdir="sptui-0.1.4"
15source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/szktkfm/sptui/tar.gz/refs/tags/$_tag")
16sha256sums=('5be7dd66e64ee10cd6909f14e5366b0bbc0dba1033cf718d9d603b02ca87b771')
17
18build() {
19 cd "$_srcdir"
20 export CGO_ENABLED=0
21 export GOFLAGS="-trimpath -mod=readonly -modcacherw"
22 go build -o "$pkgname" .
23}
24
25package() {
26 cd "$_srcdir"
27 install -Dm755 "sptui" "$pkgdir/usr/bin/$pkgname"
28 if [ -f LICENSE ]; then
29 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
30 fi
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 07:59:42 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