linuxhammerlauncher-bin

CLEAN
maintainer pokemonpasta 0 votes scanned 2026-08-21 00:01:35.148225
View on AUR

Triggered rules

Clean AI review downgraded a static finding llm_review

The static rules flagged this LOW, but an AI model (qwen/qwen3-235b-a22b-2507) reviewed the full PKGBUILD and judged it CLEAN (confidence 95%): The package downloads a release binary from the project's official GitHub repository, installs it locally, and creates standard desktop integration; no obfuscated code, remote execution, or untrusted dependencies are present.

1 higher static finding superseded - not the current verdict (shown for transparency)
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.

PKGBUILD

1# Maintainer: pokemonpasta
2_pkgname=linuxhammerlauncher
3pkgname=$_pkgname-bin
4pkgdesc="A launcher, installer and updater for Hammer++ & Tools++ (VBSP++, VVIS++, VRAD++) on Linux, for many different Source Engine games."
5pkgver=1.0.2
6pkgrel=2
7
8arch=(x86_64)
9url="https://github.com/EnderCatCore/linuxhammerlauncher"
10license=("GPL-3.0-only")
11depends=(
12 wine
13 winetricks
14 zstd
15 python
16)
17options=(!strip !debug)
18
19source=(
20 "$pkgname-$pkgver.zip::https://github.com/EnderCatCore/linuxhammerlauncher/releases/download/$pkgver/Linux.Hammer.Launcher.zip"
21 "$_pkgname.desktop"
22)
23sha256sums=('186caaaa22382ede6812965e080f44e30b347b9779020a5a9374c751b2eab2d8'
24 'b4f6fdcd177a6044ac2efe97f66303c2bce43f26dec3cd1096363e9d3f219824')
25
26package() {
27 cd "$srcdir/Linux Hammer Launcher"
28
29 install -Dm755 "Linux Hammer Launcher" "$pkgdir/usr/lib/$pkgname/Linux Hammer Launcher"
30 cp -r "_internal" "$pkgdir/usr/lib/$pkgname"
31
32 install -dm755 "$pkgdir/usr/bin"
33 ln -s "/usr/lib/$pkgname/Linux Hammer Launcher" "$pkgdir/usr/bin/$_pkgname"
34
35 install -Dm644 "../$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
36 install -Dm644 "_internal/assets/icon.png" "$pkgdir/usr/share/icons/hicolor/48x48/apps/$_pkgname.png"
37}
38

Scan history

Scanned at (UTC)SeverityRules
2026-08-21 00:01:35 Clean 2
2026-08-20 23:13:41 Low 1

Report a package

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

0 / 4000
Your suggestion