g0v0-bin
LOW
maintainer MingxuanGame
0 votes
scanned 2026-08-22 07:16:51.311595
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
3
pkgname=g0v0-bin
4
pkgver=2026.816.0
5
pkgrel=1
6
pkgdesc="free and open rhythm experience! (a community project based on osu!lazer codebase)"
7
arch=(x86_64 aarch64)
8
url="https://github.com/GooGuTeam/g0v0"
9
license=("MIT" "custom:CC-BY-NC 4.0")
10
depends=(
11
zlib
12
libgl
13
fuse2
14
osu-mime
15
)
16
provides=(g0v0)
17
conflicts=(g0v0 g0v0-git)
18
options=(!strip !debug)
19
source=(
20
"icon.png"
21
"https://raw.githubusercontent.com/GooGuTeam/g0v0-resources/master/LICENCE.md"
22
"g0v0.desktop"
23
"g0v0-uri-handler.desktop"
24
"g0v0"
25
)
26
noextract=("g0v0.AppImage" "g0v0-arm64.AppImage")
27
source_x86_64=(
28
"g0v0.AppImage::https://github.com/GooGuTeam/g0v0/releases/download/v${pkgver}-g0v0/g0v0.AppImage"
29
)
30
source_aarch64=(
31
"g0v0-arm64.AppImage::https://github.com/GooGuTeam/g0v0/releases/download/v${pkgver}-g0v0/g0v0-arm64.AppImage"
32
)
33
sha256sums=('c93f6981c6c528e717d5215eeed775cf4926fe61476d95163b3ecd5770f40dda'
34
'96276add86bd921e64255ce7e5487599dbe13e6e48e96a6af1a58cc99c187648'
35
'b1d3d8ad2b05ff2f461d15ff8fd73ce6ffbb75568dae2bd123b0599292259c53'
36
'dfbe774cb090a23f4000859dd9bb6c79717e20d091737893b915a55db5b4965a'
37
'c0bd38cd53bb8dd9a268828412901011bddd92d0529e7fcf7bf198c3803ccdd8')
38
sha256sums_x86_64=('113eb901f37117a2f58112325ade9bd55d5df04def3d92fc5bdcb70005aaff0d')
39
sha256sums_aarch64=('c832f7798dd3f228dea3f9672eebda2c3a30731f7bbb0068ccea10cc4d1e6cf9')
40
41
package() {
42
cd "$srcdir"
43
44
if [[ "$CARCH" == "aarch64" ]]; then
45
install -Dm755 g0v0-arm64.AppImage "$pkgdir/opt/g0v0/osu.AppImage"
46
else
47
install -Dm755 g0v0.AppImage "$pkgdir/opt/g0v0/osu.AppImage"
48
fi
49
install -Dm755 -t "$pkgdir/usr/bin" g0v0
50
51
install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/g0v0.png"
52
install -Dm644 -t "$pkgdir/usr/share/applications" g0v0.desktop
53
install -Dm644 -t "$pkgdir/usr/share/applications" g0v0-uri-handler.desktop
54
install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENCE.md
55
}
56
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-22 07:16:51 | Low | 1 |