blob: fb4780d2dd05fd77518595822bd9820fe9bfc0fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Maintainer: Real_Roller<931591847@qq.com>
pkgbase=launcherx
pkgname=launcherx
pkgver=2.603.2151.0
pkgrel=1
pkgdesc='LauncherX is a cross-platform minecraft launcher for next generation'
arch=('x86_64')
url="https://corona.studio/launcherx"
provides=("launcherx")
conflicts=("launcherx-git")
options=(!strip)
source=(
"https://api.corona.studio/Build/get/033e6779-fddb-40c9-a036-20a3f007f4c6/net9.0-linux.linux-x64.zip"
"LauncherX.desktop"
"LauncherX.png"
)
sha256sums=(
'88f1d55eefdc634a877a9a2164f29f0ebcbed671f9dff3501650ee243fddb4ef'
'3c4421b5b7ffbab89a8950c793d09d6b6261f49cfd0feba3b349ab79c295d082'
'12603307fe2c60cbbab83fc761e465b2900c0593022340f1973b5adf59f88360'
)
package() {
install -Dm755 "${srcdir}/LauncherX.Avalonia" "${pkgdir}/usr/bin/launcherx"
install -Dm644 "LauncherX.desktop" "${pkgdir}/usr/share/applications/LauncherX.desktop"
install -Dm644 "LauncherX.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/LauncherX.png"
}
|