wivrn-client-git

LOW
maintainer Mr.Zero88 0 votes scanned 2026-09-27 13:18:29.354985
View on AUR
Why flagged

The package builds from a legitimate project Git repository, has no malicious payloads or remote code execution, and the only concerns are a SKIP'd checksum and recent upload with few votes, which affect trust but not inherent safety.

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 Git repository, has no malicious payloads or remote code execution, and the only concerns are a SKIP'd checksum and recent upload with few votes, which affect trust but not inherent safety.

PKGBUILD

1# Maintainer: Mr.Zero88 <huesmann.mats+aur@gmail.com>
2pkgname=wivrn-client-git
3pkgver=r2779.6f9e146
4pkgrel=1
5pkgdesc="A wireless Monado-based OpenXR runtime for standalone headsets."
6arch=(x86_64 aarch64)
7url="https://github.com/WiVRn/WiVRn"
8license=("GPL-3.0-or-later")
9
10depends=(
11 "openxr"
12 "fontconfig"
13 "curl"
14 "boost-libs"
15 "ktx-software-bin"
16 "vulkan-icd-loader"
17 "ffmpeg"
18 "freetype2"
19 "harfbuzz"
20 "openssl"
21 "gcc-libs"
22 "glibc"
23)
24
25makedepends=(
26 "git"
27 "cmake"
28 "ninja"
29 "pkgconf"
30 "python"
31 "ktx-software-bin"
32 "curl"
33 "boost"
34 "ffmpeg"
35 "openssl"
36 "fontconfig"
37 "jsoncpp"
38 "librsvg"
39 "vulkan-headers"
40 "shaderc"
41 "glslang"
42 "libx11"
43 "libxext"
44 "libxcb"
45 "wayland"
46 "gcc-libs"
47 "glibc"
48 # "openxr"
49)
50
51source=("git+https://github.com/WiVRn/WiVRn.git")
52sha256sums=('SKIP')
53
54pkgver() {
55 cd "${srcdir}/WiVRn"
56 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
57}
58
59build() {
60 cd WiVRn
61
62 cmake -B build-client . \
63 -G Ninja \
64 -DWIVRN_BUILD_CLIENT=ON \
65 -DWIVRN_BUILD_SERVER=OFF \
66 -DWIVRN_BUILD_WIVRNCTL=OFF \
67 -DWIVRN_USE_SYSTEM_OPENXR=OFF \
68 -DCMAKE_BUILD_TYPE=RelWithDebInfo \
69 -DCMAKE_INSTALL_PREFIX="/usr" \
70 -Wno-dev
71
72 cmake --build build-client
73}
74
75package() {
76 cd "WiVRn"
77 DESTDIR="$pkgdir" cmake --install build-client
78}
79

Scan history

Scanned at (UTC)SeverityRules
2026-09-27 13:18:29 Low 2
2026-09-27 11:18:17 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