effy

LOW
maintainer annimon 0 votes scanned 2026-09-19 11:30:33.287899
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: aNNiMON <annimon119 at gmail dot com>
2_pkgauthor=aNNiMON
3pkgname=effy
4pkgver=0.9.0
5pkgrel=1
6pkgdesc="A small and friendly terminal FFmpeg helper that simplifies common tasks"
7url="https://projects.annimon.com/projects/effy/"
8license=('MIT')
9makedepends=('cargo')
10depends=('ffmpeg' 'gcc-libs' 'glibc')
11arch=('x86_64' 'aarch64')
12options=('!debug')
13source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
14b2sums=('2e5aed2147199b8566383fe62cea9f343f6caf85eca523806ed7e24f378e18e66e14618780629db971cf596a44722ee2a78b545fc6f031661536f99d65b88dd5')
15
16prepare() {
17 cd "${pkgname}-${pkgver}"
18 export RUSTUP_TOOLCHAIN=stable
19 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
20}
21
22build() {
23 cd "${pkgname}-${pkgver}"
24 export RUSTUP_TOOLCHAIN=stable
25 export CARGO_TARGET_DIR=target
26 cargo build --frozen --release --all-features
27}
28
29check() {
30 cd "${pkgname}-${pkgver}"
31 export RUSTUP_TOOLCHAIN=stable
32 export CARGO_TARGET_DIR=target
33 cargo test --frozen --all-features --all-targets
34}
35
36package() {
37 cd "${pkgname}-${pkgver}"
38 install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/$pkgname"
39 install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
40 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
41}
42

Scan history

Scanned at (UTC)SeverityRules
2026-09-19 11:30:33 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