anonlauncher
maintainer karlthegamer101
· 0 votes
· scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged
The package builds from a legitimate source repository, has a valid MIT license, and depends only on standard Python and Java packages; the 'SKIP' checksum and low-vote flag are quality concerns but do not indicate malicious intent or supply-chain risk.
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 repository, has a valid MIT license, and depends only on standard Python and Java packages; the 'SKIP' checksum and low-vote flag are quality concerns but do not indicate malicious intent or supply-chain risk.
PKGBUILD
1
# Maintainer: karlthegamer101 <karllauri11@gmail.com>
2
pkgname=anonlauncher
3
pkgver=1.0.0
4
pkgrel=1
5
pkgdesc="Matrix-themed Minecraft launcher - no account needed, supports Fabric/Forge/Quilt"
6
arch=('x86_64' 'i686' 'aarch64')
7
url="https://github.com/karllauri2-dot/ANONLauncher"
8
license=('MIT')
9
depends=('python' 'python-requests' 'python-minecraft-launcher-lib' 'python-pillow' 'python-pypresence' 'java-environment')
10
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
11
optdepends=('java-runtime: run Minecraft'
12
'xorg-xrandr: display settings')
13
source=("$pkgname-$pkgver.tar.gz::https://github.com/karllauri2-dot/ANONLauncher/archive/refs/tags/v$pkgver.tar.gz")
14
sha256sums=('SKIP')
15
16
build() {
17
cd "$srcdir/ANONLauncher-$pkgver"
18
python -m build --wheel --no-isolation
19
}
20
21
package() {
22
cd "$srcdir/ANONLauncher-$pkgver"
23
python -m installer --destdir="$pkgdir" dist/*.whl
24
25
install -Dm644 "linux/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
26
install -Dm644 "linux/io.github.karllauri2dot.anonlauncher.appdata.xml" "$pkgdir/usr/share/metainfo/io.github.karllauri2dot.anonlauncher.appdata.xml"
27
install -Dm644 "anonlauncher/assets/icon_512.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
28
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
29
}
30
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 00:17:23 | LOW | 2 |
| 2026-07-29 00:25:53 | LOW | 2 |
| 2026-07-28 00:07:28 | LOW | 2 |
| 2026-07-27 00:24:32 | LOW | 2 |
| 2026-07-26 00:07:32 | LOW | 2 |
| 2026-07-25 17:30:22 | LOW | 2 |