yummy
LOW
maintainer cmpdchtr
0 votes
scanned 2026-09-12 13:12:15.869575
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: cmpdchtr <cmpdchtr@gmail.com>
2
3
pkgname=yummy
4
pkgver=0.1.0
5
pkgrel=1
6
pkgdesc='Keyboard-first TUI for browsing YummyAnime and downloading episodes'
7
arch=('x86_64')
8
url='https://gitlab.com/cmpdchtr/yummy'
9
license=('MIT')
10
depends=('ffmpeg' 'gcc-libs' 'glibc' 'yt-dlp')
11
makedepends=('cargo')
12
options=('!debug' '!lto')
13
source=("$pkgname-$pkgver.tar.gz::$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
14
b2sums=('7e4f92c82660609c15171fbae29dcb921ccaa0cd109c6cf413e2b023080f28bcddf9593a3a4b238fff951dffdfd9a52f8e01b7fd8065cfea9a5bb6d1d9aabbb6')
15
16
prepare() {
17
cd "$pkgname-v$pkgver"
18
export RUSTUP_TOOLCHAIN=stable
19
cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
20
}
21
22
build() {
23
cd "$pkgname-v$pkgver"
24
export RUSTUP_TOOLCHAIN=stable
25
export CARGO_TARGET_DIR=target
26
cargo build --frozen --release
27
}
28
29
check() {
30
cd "$pkgname-v$pkgver"
31
export RUSTUP_TOOLCHAIN=stable
32
export CARGO_TARGET_DIR=target
33
cargo test --frozen --release
34
}
35
36
package() {
37
cd "$pkgname-v$pkgver"
38
install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
39
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
40
}
41
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-12 13:12:15 | Low | 1 |