effy-bin
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
pkgname=effy-bin
5
pkgver=0.9.0
6
pkgrel=1
7
pkgdesc="A small and friendly terminal FFmpeg helper that simplifies common tasks"
8
url="https://projects.annimon.com/projects/effy/"
9
license=('MIT')
10
depends=('ffmpeg' 'gcc-libs' 'glibc')
11
arch=('x86_64' 'aarch64')
12
options=('!debug')
13
provides=("${_pkgname}=${pkgver}")
14
conflicts=("${_pkgname}")
15
source=("${_pkgname}-${pkgver}-LICENSE::https://raw.githubusercontent.com/${_pkgauthor}/${_pkgname}/v${pkgver}/LICENSE")
16
source_x86_64=("${_pkgname}-${pkgver}-x86_64-linux.tar.gz::https://github.com/${_pkgauthor}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-x86_64-linux.tar.gz")
17
source_aarch64=("${_pkgname}-${pkgver}-aarch64-linux.tar.gz::https://github.com/${_pkgauthor}/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-aarch64-linux.tar.gz")
18
b2sums=('2c213e2079debd90949345ff3586aa6e52ed8379bbe643beadf5b82cd4db08ab602c11acff786f783fac1dcf9fce1a5d61905e19a3fbb202457410d03f2ce772')
19
b2sums_x86_64=('0d5391b6871433816dec85718c315ada82c5f07c331a51fdc097c69ba7f8439429a6b5ebb161fc6488108f28018f0c5e44c54f77d89691d2c87199c3a1c6c04d')
20
b2sums_aarch64=( '45190f0d0fdc03601c05fa9267f0f57c0a0188e76ffedee000a09fd5bd0a9026799a66f4853a9bb0d26908186092e2cd164da681032aecd074d97f4f9aef7210')
21
22
package() {
23
install -Dm755 -t "$pkgdir/usr/bin/" "$_pkgname"
24
install -Dm644 "${_pkgname}-${pkgver}-LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
25
}
26
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-19 11:30:33 | Low | 1 |