spicetify-cli-beta-bin
LOW
maintainer Heyian
0 votes
scanned 2026-09-26 21:15:27.200055
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: Marc-Antoine Favreau <mafavreau AT solutionfvr DOT com>
2
# Contributor: khanhas <xuankhanh963 AT gmail DOT com> (original creator of spicetify-cli and its AUR package)
3
# Contributor: itsmeow <itsmeow AT itsmeow DOT dev>
4
5
pkgname=spicetify-cli-beta-bin
6
_pkgname=spicetify-cli-beta
7
pkgver=3.0.0_beta.19
8
pkgrel=1
9
_tag="v${pkgver//_/-}"
10
pkgdesc='Command-line tool to customize Spotify client (v3 beta, prebuilt)'
11
arch=('x86_64')
12
url='https://github.com/spicetify/cli'
13
license=('LGPL-2.1-only AND MIT')
14
depends=('glibc' 'libgcc')
15
conflicts=('spicetify-cli' 'spicetify')
16
options=('!debug' '!strip')
17
source=("${url}/releases/download/${_tag}/spicetify-${_tag#v}-linux-x86_64.tar.zst"
18
"LICENSE-MIT-${_tag}::https://raw.githubusercontent.com/spicetify/cli/${_tag}/rust/LICENSE")
19
sha256sums=('0248f402fcd2e176ea301b836fdb453706107e8cc8c3e9564c25eb71b677b47e'
20
'ef16fc852c03aa909cb55d3ae63d31f8b762abaccf0cb5144a149bf80ce5d701')
21
22
check() {
23
test "$(./spicetify --version)" = "spicetify ${_tag#v}"
24
}
25
26
package() {
27
# Own directory under /opt: the binary deletes every *.old file next to
28
# itself on startup and expects spicetify-daemon as a sibling.
29
install -Dm755 -t "${pkgdir}/opt/${_pkgname}" spicetify spicetify-daemon
30
31
install -dm755 "${pkgdir}/usr/bin"
32
ln -s "/opt/${_pkgname}/spicetify" "${pkgdir}/usr/bin/spicetify"
33
34
install -Dm644 "LICENSE-MIT-${_tag}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-26 21:15:27 | Low | 1 |