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
3pkgname=enzo-bin
4_pkgname=enzo
5pkgver=1.1.0
6pkgrel=1
7pkgdesc='Terminal video player with a graphical interface (prebuilt portable binary)'
8arch=('x86_64')
9url='https://github.com/MiguelRegueiro/enzo'
10license=('MIT AND LGPL-2.1-or-later AND BSD-2-Clause')
11depends=(
12 'freetype2'
13 'fribidi'
14 'gcc-libs'
15 'glibc'
16 'gnutls'
17 'harfbuzz'
18 'hicolor-icon-theme'
19 'libpulse'
20 'xz'
21 'zlib'
22)
23provides=("${_pkgname}=${pkgver}")
24conflicts=('enzo')
25source=("${_pkgname}-${pkgver}-${CARCH}-unknown-linux-gnu.tar.gz::${url}/releases/download/v${pkgver}/${_pkgname}-${pkgver}-${CARCH}-unknown-linux-gnu.tar.gz")
26sha256sums=('5f8912642de28dda10edbac26a038544265a162ac823fe24dfa43c5d43258561')
27
28package() {
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)SeverityRules
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

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion