astral-game-bin
LOW
maintainer laoyou2333
0 votes
scanned 2026-08-29 17:40:20.882297
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: Laoyou2333 <laoyou2333 at confidesk dot com>
2
pkgname=astral-game-bin
3
pkgver=1.1.0
4
pkgrel=1
5
pkgdesc="Astral Game"
6
arch=('x86_64')
7
url="https://next.Astral.fan"
8
license=('CC-BY-NC-ND 4.0')
9
provide=('astral')
10
depends=('polkit' 'libayatana-appindicator')
11
makedepends=('tar')
12
source=("https://github.com/AstralNext/AstralGame/releases/download/${pkgver}/astral-game-${pkgver}-linux-x64.tar.gz" "Astral Game.desktop")
13
sha256sums=('c38856713ae756f6e6592a5cbf237f2df48eb7ba3d512eae694c2edc981a159b'
14
'c4cfe9ee4033175d968ae4423be3d3a1a4532b39b6627c9343497cd7cc4339c3')
15
16
package() {
17
mkdir -p ${pkgdir}/opt/astral-game
18
tar -xvf "${srcdir}/astral-game-${pkgver}-linux-x64.tar.gz" -C "${pkgdir}/opt/astral-game"
19
mkdir -p ${pkgdir}/usr/bin
20
ln -s "/opt/astral-game/astral_game" "${pkgdir}/usr/bin/astral_game"
21
mkdir -p ${pkgdir}/usr/share/pixmaps
22
ln -s "/opt/astral-game/data/flutter_assets/assets/icon.ico" "${pkgdir}/usr/share/pixmaps/Astral Game.ico"
23
install -Dm644 "${srcdir}/Astral Game.desktop" "${pkgdir}/usr/share/applications/Astral Game.desktop"
24
}
25
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-29 17:40:20 | Low | 1 |