youtuibe
LOW
maintainer stealthspectre
0 votes
scanned 2026-09-07 17:15:15.263748
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
pkgname=youtuibe
2
pkgver=0.1.0
3
pkgrel=1
4
pkgdesc='A resilient, approachable Ratatui frontend for yt-dlp'
5
arch=('x86_64' 'aarch64')
6
url='https://github.com/sambuaneesh/youTUIbe'
7
license=('MIT')
8
depends=('yt-dlp' 'ffmpeg')
9
makedepends=('cargo' 'rust')
10
optdepends=('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')
16
provides=('youtuibe')
17
conflicts=('youtuibe-bin')
18
_archive="youTUIbe-${pkgver}"
19
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sambuaneesh/youTUIbe/archive/refs/tags/v${pkgver}.tar.gz")
20
sha256sums=('1b3b8e30ec9e011990f47b8b67c29913baebd3961f14e150379cb1d0b4f16ef4')
21
22
build() {
23
cd "${_archive}"
24
cargo build --frozen --release
25
}
26
27
check() {
28
cd "${_archive}"
29
cargo test --frozen
30
}
31
32
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-07 17:15:15 | Low | 1 |