yummy

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