youtuibe

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
2pkgver=0.1.0
3pkgrel=1
4pkgdesc='A resilient, approachable Ratatui frontend for yt-dlp'
5arch=('x86_64' 'aarch64')
6url='https://github.com/sambuaneesh/youTUIbe'
7license=('MIT')
8depends=('yt-dlp' 'ffmpeg')
9makedepends=('cargo' 'rust')
10optdepends=('mpv: complete audio and video playback'
11 'viu: full-terminal true-color artwork preview'
12 'ffmpegthumbnailer: desktop thumbnails for source-quality Opus files'
13 'aria2: optional accelerated downloading'
14 'libnotify: desktop notifications'
15 'xorg-xrandr: active display detection outside Hyprland')
16provides=('youtuibe')
17conflicts=('youtuibe-bin')
18_archive="youTUIbe-${pkgver}"
19source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sambuaneesh/youTUIbe/archive/refs/tags/v${pkgver}.tar.gz")
20sha256sums=('1b3b8e30ec9e011990f47b8b67c29913baebd3961f14e150379cb1d0b4f16ef4')
21
22build() {
23 cd "${_archive}"
24 cargo build --frozen --release
25}
26
27check() {
28 cd "${_archive}"
29 cargo test --frozen
30}
31
32package() {
33 cd "${_archive}"
34 install -Dm755 target/release/youtuibe "${pkgdir}/usr/bin/youtuibe"
35 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
36 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
37 install -Dm644 packaging/youtuibe.desktop "${pkgdir}/usr/share/applications/youtuibe.desktop"
38 install -Dm644 packaging/youtuibe.1 "${pkgdir}/usr/share/man/man1/youtuibe.1"
39}
40

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