yt-collate
LOW
maintainer indigo0445
0 votes
scanned 2026-08-19 03:41:13.749572
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: Ryan Wu <ryanwusd at gmail dot com>
2
3
pkgname=yt-collate
4
_name=${pkgname//-/_}
5
pkgver=0.0.3
6
pkgrel=2
7
pkgdesc="Efficient, well-rounded YouTube Music TUI client"
8
arch=('any')
9
url="https://github.com/indigo0445/yt-collate"
10
license=('MIT')
11
depends=(
12
python
13
python-textual
14
python-ytmusicapi
15
python-pydantic
16
python-pydantic-settings
17
python-pypresence
18
mpv
19
yt-dlp-nightly-bin
20
nodejs
21
ffmpeg
22
)
23
makedepends=(
24
python-build
25
python-installer
26
python-setuptools
27
python-wheel
28
)
29
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_name-$pkgver.tar.gz")
30
sha256sums=('ad538c745ad460bf52e00b669cc57ae0b7fc84ed9d53710865cd846fc1dc88bd')
31
32
build() {
33
cd "$_name-$pkgver"
34
python -m build --wheel --no-isolation
35
}
36
37
package() {
38
cd "$_name-$pkgver"
39
python -m installer --destdir="$pkgdir" dist/*.whl
40
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
41
}
42
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 03:41:13 | Low | 1 |