e1547-bin
The package downloads a prebuilt Debian package from the project's GitHub releases, which is unpacked and installed; while the source is not built from scratch, GitHub is a trusted host and the package installs only application files without executing untrusted code.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads a prebuilt Debian package from the project's GitHub releases, which is unpacked and installed; while the source is not built from scratch, GitHub is a trusted host and the package installs only application files without executing untrusted code.
PKGBUILD
# Maintainer: enova <enovale at proton dot me>
_pkgname=e1547
pkgname=${_pkgname}-bin
pkgver=21.0.1+103
pkgrel=1
pkgdesc="A sophisticated e621 browser. Debian Package."
arch=('x86_64')
url='https://github.com/clynamic/e1547'
license=('GPL3')
options=('!strip' '!debug')
provides=("${_pkgname}")
conflicts=("e1547-git")
source_x86_64=("${pkgname}-${pkgver}.deb"::"$url/releases/download/$pkgver/${_pkgname}.deb")
prepare() {
bsdtar -xf "${pkgname}-${pkgver}.deb"
local datatar
datatar=$(ls data.tar.* 2>/dev/null | head -n1)
mkdir -p data
bsdtar -xf "$datatar" -C data
}
package() {
install -d "$pkgdir/usr/bin"
cp -a ${srcdir}/data/* ${pkgdir}/
}
sha256sums_x86_64=('7efe06cd06340f219faf0b6a60f88ec847bb72d2849b7e7467000f0777abe008')
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 17:22:59 | Low | 2 |