youtuibe-bin
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-bin
2
pkgver=0.1.0
3
pkgrel=1
4
pkgdesc='Prebuilt youTUIbe: a Ratatui frontend for yt-dlp'
5
arch=('x86_64')
6
url='https://github.com/sambuaneesh/youTUIbe'
7
license=('MIT')
8
depends=('yt-dlp' 'ffmpeg')
9
optdepends=('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')
15
provides=('youtuibe')
16
conflicts=('youtuibe')
17
_archive="youtuibe-${pkgver}-x86_64-unknown-linux-gnu"
18
source=("${_archive}.tar.gz::https://github.com/sambuaneesh/youTUIbe/releases/download/v${pkgver}/${_archive}.tar.gz")
19
sha256sums=('1bc77d3fa8f50a4a038a0bc003e867884bd943287483c8581f0ca0000c19ba6d')
20
21
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-07 17:15:15 | Low | 1 |