axel-gui-git

LOW
maintainer TheSerphh 0 votes scanned 2026-09-14 17:17:35.691721
View on AUR
Why flagged

The package builds from a public Git repository with no unverifiable binaries or remote code execution; low severity due to few votes and recent upload, but source is transparent and build process is standard.

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%): The package builds from a public Git repository with no unverifiable binaries or remote code execution; low severity due to few votes and recent upload, but source is transparent and build process is standard.

PKGBUILD

1# Maintainer: Sourav Gope <your-email@example.com>
2pkgname=axel-gui-git
3_pkgname=axel-gui
4pkgver=r9.f03045c
5pkgrel=1
6pkgdesc="Modern Qt6 GUI wrapper for the Axel download accelerator with Firefox integration"
7arch=('x86_64')
8url="https://github.com/TheSerphh/AxelGUI"
9license=('GPL-3.0-or-later')
10depends=('qt6-base' 'axel' 'python')
11makedepends=('git' 'clang' 'cmake' 'ninja')
12provides=("$_pkgname")
13conflicts=("$_pkgname")
14source=("git+$url.git")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd "$srcdir/AxelGUI"
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
20}
21
22build() {
23 cd "$srcdir/AxelGUI"
24 export CC=clang
25 export CXX=clang++
26
27 cmake -B build -GNinja \
28 -DCMAKE_BUILD_TYPE=Release \
29 -DCMAKE_INSTALL_PREFIX=/usr \
30 -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
31
32 ninja -C build
33}
34
35package() {
36 cd "$srcdir/AxelGUI"
37 DESTDIR="$pkgdir" ninja -C build install
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-09-14 17:17:35 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