openvr-ignition-git
LOW
maintainer Mr.Zero88
0 votes
scanned 2026-09-11 03:21:42.536508
Why flagged
The package builds from a legitimate project source on GitHub and installs expected binaries and scripts; the low severity is due to unverified sources (SKIP'd checksum) and few votes, but no malicious behavior is evident.
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 builds from a legitimate project source on GitHub and installs expected binaries and scripts; the low severity is due to unverified sources (SKIP'd checksum) and few votes, but no malicious behavior is evident.
PKGBUILD
1
# Maintainer: Mr.Zero88 <huesmann.mats+aur@gmail.com>
2
3
pkgname=openvr-ignition-git
4
pkgver=r79.1.0.0.r15.gaf79ea1
5
pkgrel=1
6
pkgdesc="Allows you to run Windows-only SteamVR drivers on Linux, using Wine/Proton"
7
arch=('x86_64')
8
url="https://github.com/BnuuySolutions/Ignition"
9
license=('MIT')
10
makedepends=(
11
git
12
cmake
13
ninja
14
clang
15
lld
16
xwin
17
)
18
source=(
19
"ignition::git+https://github.com/BnuuySolutions/Ignition"
20
)
21
sha512sums=(
22
'SKIP'
23
)
24
provides=('openvr-ignition')
25
conflicts=('openvr-ignition')
26
27
pkgver() {
28
cd "$srcdir/ignition"
29
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git describe --long --tags --always | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//')"
30
}
31
32
build() {
33
cd "$srcdir/ignition"
34
if [[ ! -f "$HOME/.xwin-cache/splat/crt/lib/x86_64/msvcrt.lib" ]]; then
35
mkdir -p "$HOME/.xwin-cache"
36
xwin --accept-license --cache-dir "$HOME/.xwin-cache/dl" splat --output "$HOME/.xwin-cache/splat"
37
fi
38
39
# export CC=clang
40
# export CXX=clang++
41
42
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/ignition
43
cmake --build build --config Release --target driver_ignition ignition_server_windows
44
45
export CFLAGS=""
46
export CXXFLAGS=""
47
export LDFLAGS=""
48
cmake -S projects/ignition_bridge -B build-bridge -G Ninja \
49
-DCMAKE_BUILD_TYPE=Release \
50
-DCMAKE_INSTALL_PREFIX=/opt/ignition \
51
-DCMAKE_TOOLCHAIN_FILE="$srcdir/ignition/clang-x86-64-pc-windows-msvc.cmake" \
52
-DIGNITION_ROOT="$srcdir/ignition" \
53
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY="$srcdir/ignition/build-bridge/Windows/bin" \
54
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY="$srcdir/ignition/build-bridge/Windows/lib" \
55
-DCMAKE_ARCHIVE_OUTPUT_DIRECTORY="$srcdir/ignition/build-bridge/Windows/lib" \
56
-DCMAKE_TRY_COMPILE_CONFIGURATION=Release
57
cmake --build build-bridge --config Release --target ignition_bridge
58
}
59
60
package() {
61
install -d "$pkgdir/opt/ignition"
62
install -m 755 -t "$pkgdir/opt/ignition" \
63
${srcdir}/ignition/support/driver_install.sh \
64
${srcdir}/ignition/support/driver_uninstall.sh \
65
${srcdir}/ignition/support/install_ignition.sh \
66
${srcdir}/ignition/support/launch_serverhelper.sh \
67
${srcdir}/ignition/support/proton \
68
${srcdir}/ignition/support/wine_hidraw.reg \
69
${srcdir}/ignition/build/Windows/bin/ignition_server.exe \
70
${srcdir}/ignition/build/Linux/lib/libdriver_ignition.so \
71
${srcdir}/ignition/build-bridge/Windows/bin/ignition_bridge.dll \
72
73
}
74
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-11 03:21:42 | Low | 2 |