python-maestro-cli

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=python-maestro-cli
5_pkgname=maestro-cli
6pkgver=2.0.5
7pkgrel=1
8pkgdesc="Play songs (or any audio) in the terminal, feature-full music player"
9arch=('any')
10url="https://github.com/PrajwalVandana/maestro-cli"
11license=('custom')
12depends=('python' 'python-mpv' 'mpv' 'python-mutagen' 'python-requests' 'youtube-dl')
13makedepends=('python-build' 'python-installer' 'python-wheel')
14_tag="2.0.5"
15_srcdir="maestro-cli-2.0.5"
16source=("$_pkgname-$pkgver.tar.gz::https://codeload.github.com/PrajwalVandana/maestro-cli/tar.gz/refs/tags/$_tag")
17sha256sums=('a7a0952235dc21afb33f0d0da3623ac42f6d46dab4fbf08d1917f7ac51e70d36')
18
19build() {
20 cd "$_srcdir"
21 rm -rf dist
22 python -m build --wheel --no-isolation
23}
24
25package() {
26 cd "$_srcdir"
27 python -m installer --destdir="$pkgdir" dist/*.whl
28 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
29}
30

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