g0v0

LOW
maintainer MingxuanGame 0 votes scanned 2026-08-22 07:16:51.311595
View on AUR
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: MingxuanGame <MingxuanGame@outlook.com>
2
3pkgname=g0v0
4pkgver=2026.816.0
5pkgrel=1
6pkgdesc="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=(dotnet-sdk-8.0)
11depends=(
12 zlib
13 libgl
14 dotnet-runtime-8.0
15 osu-mime
16)
17provides=(g0v0)
18conflicts=(g0v0-bin g0v0-git)
19options=(!strip !debug)
20source=(
21 "g0v0-${pkgver}.tar.gz::https://github.com/GooGuTeam/g0v0/archive/refs/tags/v${pkgver}-g0v0.tar.gz"
22 "g0v0-resources-7fb8e1c5a1d81bdb8583ea757b4a024d57e1c65f.tar.gz::https://github.com/GooGuTeam/g0v0-resources/archive/7fb8e1c5a1d81bdb8583ea757b4a024d57e1c65f.tar.gz"
23 "icon.png"
24 "https://raw.githubusercontent.com/GooGuTeam/g0v0-resources/master/LICENCE.md"
25 "g0v0.desktop"
26 "g0v0-uri-handler.desktop"
27 "g0v0"
28)
29sha256sums=('de8221f05d9ca38fdf8a55143991617a29c8a620649c0d4cf49e06f42816a780'
30 '0747c33756e5e037a2eb191f08202b6dc826006089e8cf9f3e58993c63593a17'
31 'c93f6981c6c528e717d5215eeed775cf4926fe61476d95163b3ecd5770f40dda'
32 '96276add86bd921e64255ce7e5487599dbe13e6e48e96a6af1a58cc99c187648'
33 'b1d3d8ad2b05ff2f461d15ff8fd73ce6ffbb75568dae2bd123b0599292259c53'
34 'dfbe774cb090a23f4000859dd9bb6c79717e20d091737893b915a55db5b4965a'
35 'a6f11de4394f5d3f1f1426765f67233f5ca8dcacfc113094538e2fed6fb7535d')
36
37prepare() {
38 cd "$srcdir/g0v0-${pkgver}-g0v0"
39 # The GitHub tarball does not include submodule content, so populate it from the resources tarball.
40 rm -rf osu.Game.Resources
41 mv "$srcdir/g0v0-resources-7fb8e1c5a1d81bdb8583ea757b4a024d57e1c65f" osu.Game.Resources
42}
43
44build() {
45 cd "$srcdir/g0v0-${pkgver}-g0v0"
46 DOTNET_CLI_TELEMETRY_OPTOUT="1" dotnet publish osu.Desktop \
47 --framework net8.0 \
48 --configuration Release \
49 --use-current-runtime \
50 --no-self-contained \
51 --output output \
52 /property:Version="$pkgver"
53}
54
55package() {
56 cd "$srcdir/g0v0-${pkgver}-g0v0"
57 install -d "$pkgdir/opt/g0v0"
58 cp -r output/* "$pkgdir/opt/g0v0"
59 install -Dm755 -t "$pkgdir/usr/bin" "$srcdir/g0v0"
60 install -Dm644 -t "$pkgdir/usr/share/applications" "$srcdir/g0v0.desktop"
61 install -Dm644 -t "$pkgdir/usr/share/applications" "$srcdir/g0v0-uri-handler.desktop"
62 install -Dm644 "$srcdir/icon.png" "$pkgdir/usr/share/pixmaps/g0v0.png"
63 install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$srcdir/LICENCE.md"
64
65 # Fix Vulkan renderer. See: https://github.com/ppy/osu/discussions/27659#discussioncomment-9101487
66 ln -sf /usr/lib/libdl.so.2 "$pkgdir/opt/g0v0/libdl.so"
67}
68

Scan history

Scanned at (UTC)SeverityRules
2026-08-22 07:16:51 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion