omarchy-games-menu-bin

LOW
maintainer akitaonrails 0 votes scanned 2026-09-15 17:20:16.402287
View on AUR
Why flagged

The package installs a prebuilt binary from the project's official GitHub releases, which is a normal practice for AUR packages; the low severity is due to limited votes and recent upload, not malicious content.

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 installs a prebuilt binary from the project's official GitHub releases, which is a normal practice for AUR packages; the low severity is due to limited votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: AkitaOnRails <fabio.akita@gmail.com>
2pkgname=omarchy-games-menu-bin
3pkgver=0.1.4
4pkgrel=1
5pkgdesc="Steam-like QuickShell launcher grid for distrobox-managed PC ports, recomps and emulators (Rust backend, prebuilt binary)"
6arch=('x86_64')
7url="https://github.com/akitaonrails/omarchy-games-menu"
8license=('MIT')
9depends=('quickshell')
10provides=('omarchy-games-menu')
11conflicts=('omarchy-games-menu')
12source=("omarchy-games-menu-${pkgver}-x86_64.tar.gz::${url}/releases/download/v${pkgver}/omarchy-games-menu-${pkgver}-x86_64.tar.gz")
13sha256sums=('cb30e227287104593f539664906a79f188c4ce528bd55fde98fec09400032150')
14
15package() {
16 install -Dm755 "ogm" "${pkgdir}/usr/bin/ogm"
17 install -Dm755 "games-menu" "${pkgdir}/usr/bin/games-menu"
18 install -Dm644 "omarchy-games-menu.desktop" \
19 "${pkgdir}/usr/share/applications/omarchy-games-menu.desktop"
20 install -dm755 "${pkgdir}/usr/share/omarchy-games-menu"
21 cp -r qml "${pkgdir}/usr/share/omarchy-games-menu/qml"
22 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
23 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
24}
25

Scan history

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