portal-mc-commit-bin
The package installs a prebuilt AppImage from the maintainer's GitHub repository and an icon from GitHub's raw content; while the icon has an unverifiable checksum (SKIP), the AppImage is from a trusted project release, and no malicious behavior or remote code execution is present.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs a prebuilt AppImage from the maintainer's GitHub repository and an icon from GitHub's raw content; while the icon has an unverifiable checksum (SKIP), the AppImage is from a trusted project release, and no malicious behavior or remote code execution is present.
PKGBUILD
# Maintainer: tiouoo <tiouo@qq.com>
pkgname=portal-mc-commit-bin
pkgver=0.40.18.22
pkgrel=1
pkgdesc="Portal - Minecraft launcher/manager (commit build, prerelease)"
arch=('x86_64')
url="https://portal.tiouo.cc/"
license=('GPL-3.0-or-later')
depends=('fuse2' 'hicolor-icon-theme' 'xdg-utils')
provides=("portal-mc=$pkgver")
conflicts=('portal-mc' 'portal-mc-nightly-bin' 'portal-mc-bin')
options=('!strip' '!emptydirs')
_appimg="Portal.AppImage"
source_x86_64=(
"$_appimg::https://github.com/tiouoo/Portal/releases/download/publish-commit/Portal.linux.x64.AppImage"
"portal-mc.svg::https://raw.githubusercontent.com/tiouoo/Portal/main/assets/Icon-Pattern.svg"
)
sha256sums_x86_64=('aa12ef1a3431e9cb1b9882add60b575ff163bc680b61f87d3428f5be13c0f6d4' 'SKIP')
noextract=("$_appimg")
package() {
install -Dm755 "$srcdir/$_appimg" "$pkgdir/opt/portal-mc/Portal.AppImage"
install -Dm755 /dev/stdin "$pkgdir/usr/bin/portal-mc" <<'EOF'
#!/bin/sh
exec /opt/portal-mc/Portal.AppImage "$@"
EOF
install -Dm644 "$srcdir/portal-mc.svg" \
"$pkgdir/usr/share/icons/hicolor/scalable/apps/portal-mc.svg"
install -Dm644 /dev/stdin "$pkgdir/usr/share/applications/portal-mc.desktop" <<'EOF'
[Desktop Entry]
Type=Application
Name=Portal
Comment=Portal - Minecraft launcher/manager
Icon=portal-mc
Exec=portal-mc %U
Terminal=false
Categories=Game;
MimeType=x-scheme-handler/portal;application/zip;application/x-zip-compressed;
EOF
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-19 11:41:55 | Low | 2 |