axel-gui-git
LOW
maintainer TheSerphh
0 votes
scanned 2026-09-14 17:17:35.691721
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>
2
pkgname=axel-gui-git
3
_pkgname=axel-gui
4
pkgver=r9.f03045c
5
pkgrel=1
6
pkgdesc="Modern Qt6 GUI wrapper for the Axel download accelerator with Firefox integration"
7
arch=('x86_64')
8
url="https://github.com/TheSerphh/AxelGUI"
9
license=('GPL-3.0-or-later')
10
depends=('qt6-base' 'axel' 'python')
11
makedepends=('git' 'clang' 'cmake' 'ninja')
12
provides=("$_pkgname")
13
conflicts=("$_pkgname")
14
source=("git+$url.git")
15
sha256sums=('SKIP')
16
17
pkgver() {
18
cd "$srcdir/AxelGUI"
19
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
20
}
21
22
build() {
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
35
package() {
36
cd "$srcdir/AxelGUI"
37
DESTDIR="$pkgdir" ninja -C build install
38
}
39
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-14 17:17:35 | Low | 2 |