ytmgo-bin
LOW
maintainer anas1412
0 votes
scanned 2026-09-17 15:25:49.288233
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: Anas <anas1412@github>
2
# Contributor: Anas <anas1412@github>
3
# Arch User Repository (AUR) package for ytmgo — the released binary
4
# https://aur.archlinux.org/packages/ytmgo-bin
5
# Auto-generated by dist/arch/generate-pkgbuild.sh --bin
6
7
pkgname=ytmgo-bin
8
pkgver=1.2.2
9
pkgrel=1
10
pkgdesc="A terminal-based YouTube Music client — search, download, queue, and play music from the keyboard (binary release)"
11
arch=('x86_64' 'aarch64')
12
url="https://github.com/anas1412/ytmgo"
13
license=('MIT')
14
depends=('mpv' 'yt-dlp' 'ffmpeg' 'cava')
15
provides=('ytmgo')
16
conflicts=('ytmgo')
17
# Built with -s -w: nothing left to strip, and no symbols to split out
18
# into a debug package (which otherwise ships an empty /usr/src/debug).
19
options=('!strip' '!debug')
20
source=("$pkgname-$pkgver-icon.png::https://raw.githubusercontent.com/anas1412/ytmgo/v1.2.2/ytmgo-icon.png"
21
"$pkgname-$pkgver-LICENSE::https://raw.githubusercontent.com/anas1412/ytmgo/v1.2.2/LICENSE")
22
source_x86_64=("$pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/ytmgo_Linux_x86_64.tar.gz")
23
source_aarch64=("$pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/ytmgo_Linux_arm64.tar.gz")
24
sha256sums=('e55568bb0b1a1b44fd476d529b27dbaae9c1c4d7f567d295ba30d8186c1f8d58'
25
'51f19ea24ca521fd6f8beb5b825112e06d5b7ae0a68d23dde6a52063cb1a3b53')
26
sha256sums_x86_64=('e4f5bde9eefca9d5b0baa26131305be035183f0a708f08b6f42d3f8ac0e60c76')
27
sha256sums_aarch64=('21a01b17cde30015028e81fdd66ac86ba91669ad485bb111cea9030718215558')
28
29
check() {
30
cd "$srcdir"
31
./ytmgo --version 2>&1 | grep -q "v$pkgver"
32
}
33
34
package() {
35
cd "$srcdir"
36
install -Dm755 ytmgo "$pkgdir/usr/bin/ytmgo"
37
install -Dm644 "$pkgname-$pkgver-icon.png" "$pkgdir/usr/share/icons/hicolor/256x256/apps/ytmgo.png"
38
# MIT carries its own copyright line, so Arch wants the text shipped
39
# rather than pointed at /usr/share/licenses/common.
40
install -Dm644 "$pkgname-$pkgver-LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
41
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/ytmgo.desktop" <<EOF
42
[Desktop Entry]
43
Type=Application
44
Name=ytmgo
45
Comment=YouTube Music from the Terminal
46
Exec=ytmgo
47
Icon=ytmgo
48
Terminal=true
49
Categories=AudioVideo;Audio;Music;Player;
50
Keywords=music;youtube;player;terminal;tui;audio;
51
StartupNotify=false
52
EOF
53
}
54
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-17 15:25:49 | Low | 1 |