omarchy-games-menu

LOW
maintainer akitaonrails 0 votes scanned 2026-09-15 05:18:46.121222
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: AkitaOnRails <fabio.akita@gmail.com>
2pkgname=omarchy-games-menu
3pkgver=0.1.2
4pkgrel=1
5pkgdesc="Steam-like QuickShell launcher grid for distrobox-managed PC ports, recomps and emulators (Rust backend)"
6arch=('x86_64')
7url="https://github.com/akitaonrails/omarchy-games-menu"
8license=('MIT')
9depends=('quickshell')
10makedepends=('cargo')
11# makepkg's global LTO breaks ring's C objects when linked by rust-lld.
12options=('!lto')
13source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
14sha256sums=('a4624cc9456f13261c855682b43a98ecf3f869afb4f12d60388ac0cbd881ca33')
15
16build() {
17 cd "${pkgname}-${pkgver}"
18 cargo build --release --locked
19}
20
21check() {
22 cd "${pkgname}-${pkgver}"
23 cargo test --release --locked
24}
25
26package() {
27 cd "${pkgname}-${pkgver}"
28 install -Dm755 "target/release/ogm" "${pkgdir}/usr/bin/ogm"
29 install -Dm755 "games-menu" "${pkgdir}/usr/bin/games-menu"
30 install -Dm644 "packaging/omarchy-games-menu.desktop" \
31 "${pkgdir}/usr/share/applications/omarchy-games-menu.desktop"
32 install -dm755 "${pkgdir}/usr/share/omarchy-games-menu"
33 cp -r qml "${pkgdir}/usr/share/omarchy-games-menu/qml"
34 install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
35 install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
36}
37

Scan history

Scanned at (UTC)SeverityRules
2026-09-15 05:18:46 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion