tc2-launcher
maintainer genco
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a legitimate source tarball hosted on the project's official GitHub, despite unverifiable checksums for non-code files and low popularity; the build process is transparent and uses standard tools, with no indication of remote code execution or malicious 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 90%): The package builds from a legitimate source tarball hosted on the project's official GitHub, despite unverifiable checksums for non-code files and low popularity; the build process is transparent and uses standard tools, with no indication of remote code execution or malicious behavior.
PKGBUILD
1
# Maintainer: Tom Genco <tom at tomgenco dot com>
2
3
pkgname=tc2-launcher
4
pkgver=1.1.3
5
pkgrel=1
6
pkgdesc="Manages downloading and launching Team Comtress 2 (TC2)"
7
arch=('x86_64')
8
license=('MIT')
9
url="https://github.com/mastercomfig/tc2-launcher"
10
conflicts=('tc2-launcher-bin')
11
depends=(
12
'glibc'
13
'zlib'
14
)
15
makedepends=(
16
'pyinstaller'
17
'python-certifi'
18
'python-psutil'
19
'python-vdf'
20
'python-pywebview'
21
'python-aiohttp'
22
)
23
options=('!strip' '!debug')
24
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/$pkgver.tar.gz"
25
"$pkgname.desktop"
26
"$pkgname.png"
27
'LICENSE')
28
sha256sums=('395a2bee3ecc7f666f3d9317bef6ea62033ab1ee131a35f79eef4eeee9d70319'
29
'SKIP'
30
'SKIP'
31
'SKIP')
32
33
build() {
34
cd "$pkgname-$pkgver"
35
./build.sh
36
}
37
38
package() {
39
install -Dm755 "$srcdir/$pkgname-$pkgver/dist/TC2Launcher-linux" -t "$pkgdir/usr/bin/"
40
install -Dm644 "$pkgname.desktop" -t "$pkgdir/usr/share/applications/"
41
install -Dm644 "$pkgname.png" -t "$pkgdir/usr/share/pixmaps/"
42
install -Dm644 "$pkgname.png" -t "$pkgdir/usr/share/icons/hicolor/192x192/apps/"
43
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
44
}
45
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 01:13:52 | LOW | 2 |