soloistd
LOW
maintainer Mopigames
0 votes
scanned 2026-09-03 11:53:08.798154
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
# SPDX-License-Identifier: 0BSD
2
# Maintainer: Margot <mopigames at proton dot me>
3
4
pkgname=soloistd
5
pkgver=0.2.0
6
pkgrel=1
7
pkgdesc='Manage Spotify Soloist as a user service with automatic updates'
8
arch=('x86_64' 'aarch64' 'armv7h')
9
url='https://github.com/MopigamesYT/soloistd'
10
license=('MPL-2.0')
11
depends=('glibc' 'systemd')
12
makedepends=('go')
13
options=('!debug')
14
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
15
sha256sums=('5e9ed72b4cffa21bdb81ae7de2b5606a9e8d8494222d4b1fb4fb0fdf77b21e5b')
16
17
prepare() {
18
cd "${pkgname}-${pkgver}"
19
mkdir -p build
20
}
21
22
build() {
23
cd "${pkgname}-${pkgver}"
24
export CGO_CPPFLAGS="${CPPFLAGS}"
25
export CGO_CFLAGS="${CFLAGS}"
26
export CGO_CXXFLAGS="${CXXFLAGS}"
27
export CGO_LDFLAGS="${LDFLAGS}"
28
export GOFLAGS='-buildmode=pie -trimpath -mod=vendor -modcacherw'
29
go build -ldflags='-linkmode=external' -o build/soloistd .
30
}
31
32
check() {
33
cd "${pkgname}-${pkgver}"
34
go test -mod=vendor ./...
35
}
36
37
package() {
38
cd "${pkgname}-${pkgver}"
39
install -Dm755 build/soloistd "${pkgdir}/usr/bin/soloistd"
40
install -Dm644 README.md "${pkgdir}/usr/share/doc/soloistd/README.md"
41
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/soloistd/LICENSE"
42
}
43
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-03 11:53:08 | Low | 1 |