effy
LOW
maintainer annimon
0 votes
scanned 2026-09-19 11:30:33.287899
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
3
pkgname=effy
4
pkgver=0.9.0
5
pkgrel=1
6
pkgdesc="A small and friendly terminal FFmpeg helper that simplifies common tasks"
7
url="https://projects.annimon.com/projects/effy/"
8
license=('MIT')
9
makedepends=('cargo')
10
depends=('ffmpeg' 'gcc-libs' 'glibc')
11
arch=('x86_64' 'aarch64')
12
options=('!debug')
13
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgauthor}/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
14
b2sums=('2e5aed2147199b8566383fe62cea9f343f6caf85eca523806ed7e24f378e18e66e14618780629db971cf596a44722ee2a78b545fc6f031661536f99d65b88dd5')
15
16
prepare() {
17
cd "${pkgname}-${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}-${pkgver}"
24
export RUSTUP_TOOLCHAIN=stable
25
export CARGO_TARGET_DIR=target
26
cargo build --frozen --release --all-features
27
}
28
29
check() {
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
36
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-19 11:30:33 | Low | 1 |