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