yt-chanvids

LOW
maintainer daniel-araujo 0 votes scanned 2026-08-22 19:18:20.646816
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: Daniel Araujo <contact@daniel-araujo.pt>
2pkgname=yt-chanvids
3pkgver=1.4.0
4pkgrel=1
5pkgdesc="Lists a YouTube channel's videos or looks up channel/video details"
6arch=('x86_64')
7url="https://github.com/daniel-araujo/yt-chanvids"
8license=('GPL-3.0-or-later')
9depends=('gcc-libs' 'openssl')
10makedepends=('cargo')
11source=("$pkgname-$pkgver.tar.gz::https://static.crates.io/crates/$pkgname/$pkgname-$pkgver.crate")
12sha256sums=('a16196394d6fddbf81697a66828dd1e4aaeb85eafe31c01cae6f818dd6f66b20')
13
14prepare() {
15 cd "$pkgname-$pkgver"
16 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
17}
18
19build() {
20 cd "$pkgname-$pkgver"
21 export RUSTUP_TOOLCHAIN=stable
22 export CARGO_TARGET_DIR=target
23 cargo build --frozen --release
24}
25
26check() {
27 cd "$pkgname-$pkgver"
28 export RUSTUP_TOOLCHAIN=stable
29 cargo test --frozen --release
30}
31
32package() {
33 cd "$pkgname-$pkgver"
34 install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
35 install -Dm0644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 19:18:20 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