blob: 13a04246ffc32478f4bea191bb654160b4cb4f93 (
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.2040.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/c4fce558-6332-43f1-8305-dda54857fb71/net9.0-linux.linux-x64.zip"
"LauncherX.desktop"
"LauncherX.png"
)
sha256sums=(
'b43b6e8a324618bbcddddf554e7c2a684e5981c80761af0746e5b0adf2f2f6a4'
'4642b257b15093e87ba0de07ef029f43ff7506e80d1f13afbbc8e2d0de34912f'
'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"
}
|