blob: d4f199bbe28dd4eee25342e6f2e6eaacd98c5e67 (
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
30
31
|
# Maintainer: queinu (ZzEdovec) <zzedovec@yahoo.com>
pkgname=onlinefix-linux-launcher-bin
pkgver=2.6
pkgrel=1
pkgdesc="OnlineFix Linux Launcher - play games with community multiplayer fixes on Linux!"
arch=('x86_64')
url="https://github.com/ZzEdovec/onlinefix-linux"
license=('AGPL3')
depends=('icoextract' 'unrar' 'aria2' 'jre8' 'winetricks' 'steam' 'ffmpeg' 'gtk3')
provides=('onlinefix-linux')
source=(
"onlinefix-linux-launcher"
"onlinefix-linux-launcher.png"
"onlinefix-linux-launcher.desktop"
"OFMELauncher-${pkgver}.jar::https://github.com/ZzEdovec/onlinefix-linux/releases/download/v2.6/OFMELauncher.jar"
)
sha256sums=(
'bae845134d033ae38b16374efce8a21e65e8e4e07fedf3ff0090570872b89e28'
'4262abfe7db3a930b75790772e774b8cdb11e9d224608751f608aed2689c1d40'
'410c837f645d4a82f9ceabe9eb7b16f6f3c30929bb772c40ddeeaa25011c3b20'
'1e63fb5e504e23b41af927e070b9dd27431cc5143636256facd8660a77d95eac'
)
package() {
install -Dm755 "$srcdir/onlinefix-linux-launcher" "$pkgdir/usr/bin/onlinefix-linux-launcher"
install -Dm644 "$srcdir/onlinefix-linux-launcher.png" "$pkgdir/usr/share/pixmaps/onlinefix-linux-launcher.png"
install -Dm644 "$srcdir/onlinefix-linux-launcher.desktop" "$pkgdir/usr/share/applications/onlinefix-linux-launcher.desktop"
install -Dm644 "$srcdir/OFMELauncher-${pkgver}.jar" "$pkgdir/usr/share/java/OFMELauncher.jar"
}
|