jukebox-cli

LOW
maintainer Dominiquini 1 votes scanned 2026-09-15 07:19:15.107868
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# Maintainer: Rafael Dominiquini <rafaeldominiquini at gmail dot com>
2
3gitauthor="funstuie-bit"
4gitname="JukeboxCli"
5pkgname="jukebox-cli"
6appname="${pkgname//-/}"
7pkgdesc="Music player that lives in the terminal. Local music, YouTube search and live radio in one queue. Download only when you choose."
8pkgver=1.0.3
9pkgrel=1
10
11arch=("x86_64")
12license=("MIT")
13url="https://github.com/${gitauthor}/${gitname}"
14
15depends=("nodejs")
16makedepends=("sh" "npm")
17
18provides=("${appname}")
19
20options=('!strip' 'emptydirs' 'staticlibs' 'zipman')
21
22source=("${pkgname}-${pkgver}.tgz::${url}/archive/v${pkgver}.tar.gz")
23b2sums=('e022caedd9df1324311d76e1963d7d937f593f900738e0a7e50fec5e49deaff459541a445c5f6cd3c8c70bf25bb8b71be577717ecd26400b4f20d440d186f474')
24
25# Document: https://wiki.archlinux.org/title/Node.js_package_guidelines
26package() {
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)SeverityRules
2026-09-15 07:19:15 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