ytmgo-bin

LOW
maintainer anas1412 0 votes scanned 2026-09-17 15:25:49.288233
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: 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
7pkgname=ytmgo-bin
8pkgver=1.2.2
9pkgrel=1
10pkgdesc="A terminal-based YouTube Music client — search, download, queue, and play music from the keyboard (binary release)"
11arch=('x86_64' 'aarch64')
12url="https://github.com/anas1412/ytmgo"
13license=('MIT')
14depends=('mpv' 'yt-dlp' 'ffmpeg' 'cava')
15provides=('ytmgo')
16conflicts=('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).
19options=('!strip' '!debug')
20source=("$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")
22source_x86_64=("$pkgname-$pkgver-x86_64.tar.gz::$url/releases/download/v$pkgver/ytmgo_Linux_x86_64.tar.gz")
23source_aarch64=("$pkgname-$pkgver-aarch64.tar.gz::$url/releases/download/v$pkgver/ytmgo_Linux_arm64.tar.gz")
24sha256sums=('e55568bb0b1a1b44fd476d529b27dbaae9c1c4d7f567d295ba30d8186c1f8d58'
25 '51f19ea24ca521fd6f8beb5b825112e06d5b7ae0a68d23dde6a52063cb1a3b53')
26sha256sums_x86_64=('e4f5bde9eefca9d5b0baa26131305be035183f0a708f08b6f42d3f8ac0e60c76')
27sha256sums_aarch64=('21a01b17cde30015028e81fdd66ac86ba91669ad485bb111cea9030718215558')
28
29check() {
30 cd "$srcdir"
31 ./ytmgo --version 2>&1 | grep -q "v$pkgver"
32}
33
34package() {
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]
43Type=Application
44Name=ytmgo
45Comment=YouTube Music from the Terminal
46Exec=ytmgo
47Icon=ytmgo
48Terminal=true
49Categories=AudioVideo;Audio;Music;Player;
50Keywords=music;youtube;player;terminal;tui;audio;
51StartupNotify=false
52EOF
53}
54

Scan history

Scanned at (UTC)SeverityRules
2026-09-17 15:25:49 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