g0v0-git

LOW
maintainer MingxuanGame 0 votes scanned 2026-08-22 07:16:51.311595
View on AUR
Why flagged

The package builds from a publicly accessible git repository with visible source code, uses standard build practices, and installs only the resulting binaries and static assets; the low severity is due to few votes and recent upload, not malicious content.

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 publicly accessible git repository with visible source code, uses standard build practices, and installs only the resulting binaries and static assets; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: MingxuanGame <MingxuanGame@outlook.com>
2
3pkgname=g0v0-git
4pkgver=2026.816.0.r3.gb939ea9
5pkgrel=1
6pkgdesc="g0v0! -- free and open rhythm experience! (a community project based on osu!lazer codebase)"
7arch=(x86_64 aarch64)
8url="https://github.com/GooGuTeam/g0v0"
9license=("MIT" "custom:CC-BY-NC 4.0")
10makedepends=(git dotnet-sdk-8.0)
11depends=(
12 zlib
13 libgl
14 dotnet-runtime-8.0
15 osu-mime
16)
17provides=(g0v0)
18conflicts=(g0v0 g0v0-bin)
19options=(!strip !debug)
20source=(
21 "g0v0-src::git+https://github.com/GooGuTeam/g0v0.git#branch=v2"
22 "icon.png"
23 "https://raw.githubusercontent.com/GooGuTeam/g0v0-resources/master/LICENCE.md"
24 "g0v0.desktop"
25 "g0v0-uri-handler.desktop"
26 "g0v0"
27)
28sha256sums=('SKIP'
29 'c93f6981c6c528e717d5215eeed775cf4926fe61476d95163b3ecd5770f40dda'
30 '96276add86bd921e64255ce7e5487599dbe13e6e48e96a6af1a58cc99c187648'
31 'b1d3d8ad2b05ff2f461d15ff8fd73ce6ffbb75568dae2bd123b0599292259c53'
32 'dfbe774cb090a23f4000859dd9bb6c79717e20d091737893b915a55db5b4965a'
33 'a6f11de4394f5d3f1f1426765f67233f5ca8dcacfc113094538e2fed6fb7535d')
34
35prepare() {
36 cd "$srcdir/g0v0-src"
37 git submodule update --init --recursive --depth 1
38}
39
40pkgver() {
41 cd "$srcdir/g0v0-src"
42 git describe --tags --long --abbrev=7 | sed "s/^v//; s/-g0v0-/.r/; s/-g/.g/"
43}
44
45build() {
46 cd "$srcdir/g0v0-src"
47 local release_version="${pkgver%%.r*}"
48 DOTNET_CLI_TELEMETRY_OPTOUT="1" dotnet publish osu.Desktop \
49 --framework net8.0 \
50 --configuration Release \
51 --use-current-runtime \
52 --no-self-contained \
53 --output output \
54 /property:Version="$release_version"
55}
56
57package() {
58 cd "$srcdir/g0v0-src"
59 install -d "$pkgdir/opt/g0v0"
60 cp -r output/* "$pkgdir/opt/g0v0"
61 install -Dm755 -t "$pkgdir/usr/bin" "$srcdir/g0v0"
62 install -Dm644 -t "$pkgdir/usr/share/applications" "$srcdir/g0v0.desktop"
63 install -Dm644 -t "$pkgdir/usr/share/applications" "$srcdir/g0v0-uri-handler.desktop"
64 install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/g0v0.png"
65 install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$srcdir/LICENCE.md"
66
67 # Fix Vulkan renderer. See: https://github.com/ppy/osu/discussions/27659#discussioncomment-9101487
68 ln -sf /usr/lib/libdl.so.2 "$pkgdir/opt/g0v0/libdl.so"
69}
70

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 07:16:51 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