z13gui-plus-bin
maintainer aic0d3r
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
Package builds from a legitimate project source (GitHub releases) and installs a prebuilt binary; the low vote count and recent upload are noted but do not indicate malice, and the installed binary is from the maintainer's own repository with no obfuscated or suspicious behavior.
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 builds from a legitimate project source (GitHub releases) and installs a prebuilt binary; the low vote count and recent upload are noted but do not indicate malice, and the installed binary is from the maintainer's own repository with no obfuscated or suspicious behavior.
PKGBUILD
1
# Maintainer: aic0d3r <funforfreeapps@gmail.com>
2
pkgname=z13gui-plus-bin
3
pkgver=1.3.0
4
pkgrel=1
5
pkgdesc='Z13GUI+ GTK4 overlay companion for z13ctl'
6
arch=('x86_64')
7
url='https://github.com/aic0d3r/z13gui-plus'
8
license=('Apache-2.0')
9
provides=('z13gui')
10
conflicts=('z13gui')
11
replaces=('z13gui')
12
depends=('glibc' 'gtk4' 'gtk4-layer-shell' 'z13ctl')
13
install=z13gui-plus-bin.install
14
source=("https://github.com/aic0d3r/z13gui-plus/releases/download/v${pkgver}/z13gui-plus_${pkgver}_linux_amd64.tar.gz")
15
sha256sums=('c20f78affa1e21db64187bcde9f47242204dbc759ddeabd314fce7868efe998d')
16
17
package() {
18
install -Dm755 "z13gui" "${pkgdir}/usr/bin/z13gui"
19
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
20
install -Dm644 "contrib/z13gui.service" "${pkgdir}/usr/lib/systemd/user/z13gui.service"
21
install -Dm644 "contrib/z13gui.desktop" "${pkgdir}/usr/share/applications/z13gui.desktop"
22
install -Dm644 "contrib/99-z13gui-gamepad.rules" "${pkgdir}/usr/lib/udev/rules.d/99-z13gui-gamepad.rules"
23
}
24
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-03 00:08:14 | LOW | 2 |
| 2026-08-02 00:16:08 | LOW | 2 |
| 2026-08-01 00:11:18 | LOW | 2 |
| 2026-07-31 00:14:10 | LOW | 2 |
| 2026-07-30 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 19:39:35 | LOW | 2 |