openvr-ignition-bin

LOW
maintainer Mr.Zero88 0 votes scanned 2026-09-11 03:21:42.536508
View on AUR
Why flagged

The package installs prebuilt binaries from the project's official GitHub releases, which is a normal practice for AUR packages distributing closed-source or hybrid tools; the source is verifiable and matches the project, though the host is not whitelisted.

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 prebuilt binaries from the project's official GitHub releases, which is a normal practice for AUR packages distributing closed-source or hybrid tools; the source is verifiable and matches the project, though the host is not whitelisted.

PKGBUILD

1# Maintainer: Mr.Zero88 <huesmann.mats+aur@gmail.com>
2
3pkgname=openvr-ignition-bin
4pkgver=1.0.0
5pkgrel=1
6pkgdesc="Allows you to run Windows-only SteamVR drivers on Linux, using Wine/Proton"
7arch=('x86_64')
8url="https://github.com/BnuuySolutions/Ignition"
9license=('MIT')
10source=(
11 "ignition-$pkgver.zip::https://github.com/BnuuySolutions/Ignition/releases/download/v$pkgver/Ignition-Linux-Windows.zip"
12)
13sha512sums=(
14 '2efc3c0a025df5738df49259152ba4c28b5ae025f7e40fd1000ad1fc68f97eaf130c9f237eaee2dc6374943267731ce4d2636a59b0ac46c6fc98267c59e876f0'
15)
16
17package() {
18 install -d "$pkgdir/opt/ignition"
19 install -m 755 -t "$pkgdir/opt/ignition" \
20 ${srcdir}/driver_install.sh \
21 ${srcdir}/driver_uninstall.sh \
22 ${srcdir}/ignition_bridge.dll \
23 ${srcdir}/ignition_server.exe \
24 ${srcdir}/install_ignition.sh \
25 ${srcdir}/launch_serverhelper.sh \
26 ${srcdir}/libdriver_ignition.so \
27 ${srcdir}/proton \
28 ${srcdir}/wine_psvr2_hidraw.reg
29}

Scan history

Scanned at (UTC)SeverityRules
2026-09-11 03:21:42 Low 2
2026-09-11 01:21:31 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