omarchy-games-menu
LOW
maintainer akitaonrails
0 votes
scanned 2026-09-15 05:18:46.121222
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>
2
pkgname=omarchy-games-menu
3
pkgver=0.1.2
4
pkgrel=1
5
pkgdesc="Steam-like QuickShell launcher grid for distrobox-managed PC ports, recomps and emulators (Rust backend)"
6
arch=('x86_64')
7
url="https://github.com/akitaonrails/omarchy-games-menu"
8
license=('MIT')
9
depends=('quickshell')
10
makedepends=('cargo')
11
# makepkg's global LTO breaks ring's C objects when linked by rust-lld.
12
options=('!lto')
13
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
14
sha256sums=('a4624cc9456f13261c855682b43a98ecf3f869afb4f12d60388ac0cbd881ca33')
15
16
build() {
17
cd "${pkgname}-${pkgver}"
18
cargo build --release --locked
19
}
20
21
check() {
22
cd "${pkgname}-${pkgver}"
23
cargo test --release --locked
24
}
25
26
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-15 05:18:46 | Low | 1 |