fvc-launcher-bin

LOW
maintainer Bebbesi 0 votes scanned 2026-09-16 15:22:50.295451
View on AUR
Why flagged

The package downloads a prebuilt AppImage and assets from the project's official GitHub and GitHubusercontent domains, which are legitimate sources; the AppImage is checksummed, and the only issue is a skipped checksum for a non-executable PNG icon, posing minimal 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 95%): The package downloads a prebuilt AppImage and assets from the project's official GitHub and GitHubusercontent domains, which are legitimate sources; the AppImage is checksummed, and the only issue is a skipped checksum for a non-executable PNG icon, posing minimal risk.

PKGBUILD

1pkgname=fvc-launcher-bin
2pkgver=1.4.0
3pkgrel=1
4pkgdesc='Modern Minecraft launcher with isolated profiles and Modrinth integration'
5arch=('x86_64')
6url='https://github.com/FvC-Launcher/FvC-Launcher'
7license=('MIT')
8depends=('alsa-lib' 'fuse2' 'gtk3' 'libxcb' 'libxss' 'nss')
9provides=('fvc-launcher')
10conflicts=('fvc-launcher')
11options=('!strip')
12source=(
13 "fvc-launcher-$pkgver.AppImage::https://github.com/FvC-Launcher/FvC-Launcher/releases/download/v$pkgver/FvC-Launcher-$pkgver.AppImage"
14 'fvc-launcher.desktop'
15 "fvc-launcher.png::https://raw.githubusercontent.com/FvC-Launcher/FvC-Launcher/v$pkgver/resources/icon.png"
16)
17sha256sums=(
18 '79c43958ba7357c2bb673908d74c446fdf5474abaf624a13bbded166d73006d4'
19 'SKIP'
20 '9717e74cc95bd7a5e7869fa12ecfc1a1855c55d35c336c9bc461bfd5a89975e3'
21)
22
23package() {
24 install -Dm755 "$srcdir/fvc-launcher-$pkgver.AppImage" \
25 "$pkgdir/opt/fvc-launcher/fvc-launcher"
26 install -d "$pkgdir/usr/bin"
27 ln -s /opt/fvc-launcher/fvc-launcher "$pkgdir/usr/bin/fvc-launcher"
28 install -Dm644 "$srcdir/fvc-launcher.desktop" \
29 "$pkgdir/usr/share/applications/fvc-launcher.desktop"
30 install -Dm644 "$srcdir/fvc-launcher.png" \
31 "$pkgdir/usr/share/icons/hicolor/512x512/apps/fvc-launcher.png"
32}
33

Scan history

Scanned at (UTC)SeverityRules
2026-09-16 15:22:50 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