youtuibe-bin

LOW
maintainer stealthspectre 0 votes scanned 2026-09-07 17:15:15.263748
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

1pkgname=youtuibe-bin
2pkgver=0.1.0
3pkgrel=1
4pkgdesc='Prebuilt youTUIbe: a Ratatui frontend for yt-dlp'
5arch=('x86_64')
6url='https://github.com/sambuaneesh/youTUIbe'
7license=('MIT')
8depends=('yt-dlp' 'ffmpeg')
9optdepends=('mpv: complete audio and video playback'
10 'viu: full-terminal true-color artwork preview'
11 'ffmpegthumbnailer: desktop thumbnails for source-quality Opus files'
12 'aria2: optional accelerated downloading'
13 'libnotify: desktop notifications'
14 'xorg-xrandr: active display detection outside Hyprland')
15provides=('youtuibe')
16conflicts=('youtuibe')
17_archive="youtuibe-${pkgver}-x86_64-unknown-linux-gnu"
18source=("${_archive}.tar.gz::https://github.com/sambuaneesh/youTUIbe/releases/download/v${pkgver}/${_archive}.tar.gz")
19sha256sums=('1bc77d3fa8f50a4a038a0bc003e867884bd943287483c8581f0ca0000c19ba6d')
20
21package() {
22 cd "${_archive}"
23 install -Dm755 youtuibe "${pkgdir}/usr/bin/youtuibe"
24 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/youtuibe/LICENSE"
25 install -Dm644 README.md "${pkgdir}/usr/share/doc/youtuibe/README.md"
26 install -Dm644 packaging/youtuibe.desktop "${pkgdir}/usr/share/applications/youtuibe.desktop"
27 install -Dm644 packaging/youtuibe.1 "${pkgdir}/usr/share/man/man1/youtuibe.1"
28}
29

Scan history

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