enzo-bin
maintainer MiguelRegueiro
· 0 votes
· scanned 2026-08-18 00:03:42.021799
LOW
View on AUR ↗
Why flagged
Package is a prebuilt binary from the maintainer's GitHub releases, which is normal for AUR; dependencies and installation steps are benign; low severity due to few votes and recent upload, but no malicious behavior observed.
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.
LOW
AI review
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): Package is a prebuilt binary from the maintainer's GitHub releases, which is normal for AUR; dependencies and installation steps are benign; low severity due to few votes and recent upload, but no malicious behavior observed.
PKGBUILD
1
# Maintainer: Miguel Regueiro <miguelpr4242@gmail.com>
2
3
pkgname=enzo-bin
4
_pkgname=enzo
5
pkgver=1.1.0
6
pkgrel=1
7
pkgdesc='Terminal video player with a graphical interface (prebuilt portable binary)'
8
arch=('x86_64')
9
url='https://github.com/MiguelRegueiro/enzo'
10
license=('MIT AND LGPL-2.1-or-later AND BSD-2-Clause')
11
depends=(
12
'freetype2'
13
'fribidi'
14
'gcc-libs'
15
'glibc'
16
'gnutls'
17
'harfbuzz'
18
'hicolor-icon-theme'
19
'libpulse'
20
'xz'
21
'zlib'
22
)
23
provides=("${_pkgname}=${pkgver}")
24
conflicts=('enzo')
25
source=("${_pkgname}-${pkgver}-${CARCH}-unknown-linux-gnu.tar.gz::${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-${CARCH}-unknown-linux-gnu.tar.gz")
26
sha256sums=('5f8912642de28dda10edbac26a038544265a162ac823fe24dfa43c5d43258561')
27
28
package() {
29
cd "${_pkgname}-${pkgver}-${CARCH}-unknown-linux-gnu"
30
install -Dm755 "${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"
31
install -Dm644 README.md CHANGELOG.md THIRD_PARTY_NOTICES.md \
32
-t "${pkgdir}/usr/share/doc/${_pkgname}"
33
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
34
install -Dm644 LICENSES/* -t "${pkgdir}/usr/share/licenses/${pkgname}"
35
install -Dm644 "share/${_pkgname}.desktop" \
36
"${pkgdir}/usr/share/applications/${_pkgname}.desktop"
37
38
local size
39
for size in 48 128 256 512; do
40
install -Dm644 \
41
"share/icons/hicolor/${size}x${size}/apps/${_pkgname}.png" \
42
"${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/${_pkgname}.png"
43
done
44
}
45
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-18 00:03:42 | LOW | 2 |
| 2026-08-17 00:18:29 | LOW | 2 |
| 2026-08-16 00:03:42 | LOW | 2 |
| 2026-08-15 00:26:13 | LOW | 2 |
| 2026-08-14 00:03:41 | LOW | 2 |
| 2026-08-13 00:17:07 | LOW | 2 |
| 2026-08-12 17:24:46 | LOW | 2 |