jukebox-cli
LOW
maintainer Dominiquini
1 votes
scanned 2026-09-15 07:19:15.107868
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: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3
gitauthor="funstuie-bit"
4
gitname="JukeboxCli"
5
pkgname="jukebox-cli"
6
appname="${pkgname//-/}"
7
pkgdesc="Music player that lives in the terminal. Local music, YouTube search and live radio in one queue. Download only when you choose."
8
pkgver=1.0.3
9
pkgrel=1
10
11
arch=("x86_64")
12
license=("MIT")
13
url="https://github.com/${gitauthor}/${gitname}"
14
15
depends=("nodejs")
16
makedepends=("sh" "npm")
17
18
provides=("${appname}")
19
20
options=('!strip' 'emptydirs' 'staticlibs' 'zipman')
21
22
source=("${pkgname}-${pkgver}.tgz::${url}/archive/v${pkgver}.tar.gz")
23
b2sums=('e022caedd9df1324311d76e1963d7d937f593f900738e0a7e50fec5e49deaff459541a445c5f6cd3c8c70bf25bb8b71be577717ecd26400b4f20d440d186f474')
24
25
# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
26
package() {
27
cd "${srcdir}/${gitname}-${pkgver}/"
28
29
./install.sh --prefix "${pkgdir}/usr"
30
31
msg2 "Install README file"
32
install -dm755 "${pkgdir}/usr/share/doc/${pkgname}/"
33
ln -sf "/usr/lib/node_modules/${appname}/README.md" "${pkgdir}/usr/share/doc/${pkgname}/README.md"
34
35
msg2 "Install LICENSE file"
36
install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}/"
37
ln -sf "/usr/lib/node_modules/${appname}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-15 07:19:15 | Low | 1 |