linuxhammerlauncher-bin
CLEAN
maintainer pokemonpasta
0 votes
scanned 2026-08-21 00:01:35.148225
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
3
pkgname=$_pkgname-bin
4
pkgdesc="A launcher, installer and updater for Hammer++ & Tools++ (VBSP++, VVIS++, VRAD++) on Linux, for many different Source Engine games."
5
pkgver=1.0.2
6
pkgrel=2
7
8
arch=(x86_64)
9
url="https://github.com/EnderCatCore/linuxhammerlauncher"
10
license=("GPL-3.0-only")
11
depends=(
12
wine
13
winetricks
14
zstd
15
python
16
)
17
options=(!strip !debug)
18
19
source=(
20
"$pkgname-$pkgver.zip::https://github.com/EnderCatCore/linuxhammerlauncher/releases/download/$pkgver/Linux.Hammer.Launcher.zip"
21
"$_pkgname.desktop"
22
)
23
sha256sums=('186caaaa22382ede6812965e080f44e30b347b9779020a5a9374c751b2eab2d8'
24
'b4f6fdcd177a6044ac2efe97f66303c2bce43f26dec3cd1096363e9d3f219824')
25
26
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-08-21 00:01:35 | Clean | 2 |
| 2026-08-20 23:13:41 | Low | 1 |