tic-80-pro

LOW
maintainer retcinder 0 votes scanned 2026-08-26 01:28:49.644801
View on AUR
Why flagged

The package builds from the official project's GitHub repository with a SKIP'd checksum, but sources are public and build is transparent; the 'pro' version suggests a modified build of open-source software, not inherently malicious.

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 the official project's GitHub repository with a SKIP'd checksum, but sources are public and build is transparent; the 'pro' version suggests a modified build of open-source software, not inherently malicious.

PKGBUILD

1# Maintainer: Retcinder <tulpenkiste at the domain which is amogus dot cloud>
2
3# Based off of tic-80-git, which is not a -git package... Bad naming I think...
4
5pkgname=tic-80-pro
6pkgver=1.1.2837
7pkgrel=1
8pkgdesc="TIC-80 is a fantasy computer for making, playing and sharing tiny games. This is the pro version, for those who don't have money to buy it."
9arch=('x86_64' 'riscv64' 'aarch64' 'i686' 'riscv32' 'armv7h')
10url="https://tic80.com"
11license=('MIT')
12
13conflicts=('tic80' 'tic-80')
14
15depends=('libglvnd')
16makedepends=('git' 'cmake' 'ruby' 'mesa' 'glu' 'coreutils')
17
18source=("git+https://github.com/nesbox/TIC-80.git#tag=v$pkgver")
19sha256sums=('SKIP')
20
21prepare() {
22 cd "$srcdir/TIC-80"
23 git submodule update --init --recursive
24 patch -Np1 -i "$startdir/SDL2.patch"
25}
26
27build() {
28 cd "$srcdir/TIC-80/build"
29 cmake .. -DBUILD_PRO=On -DBUILD_WITH_ALL=On -DUSE_SYSTEM_SDL2=On -DCMAKE_POLICY_VERSION_MINIMUM=3.5
30 cmake --build . -j $(nproc)
31}
32
33package() {
34 cd "$srcdir/TIC-80/build"
35 cmake --install . --prefix "${pkgdir}/usr"
36 # license
37 mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
38 install -Dm644 "$srcdir/TIC-80/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39}
40

Scan history

Scanned at (UTC)SeverityRules
2026-08-26 01:28:49 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