aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 059f7388ccf309733499e65c90826cf8f670b931 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Javier Fernández (WyRe) <WyRe12@gmail.com>
# Contributer: WyRe

pkgname="pokemmo"
pkgver=1.1
pkgrel=1
pkgdesc="MMO based on the Pokémon Universe"
arch=('any')
url="http://pokemmo.eu"
license=('custom')
depends=('java-runtime')
install="${pkgname}.install"

source=("https://pokemmo.eu/download_file/?id=5/${pkgname}_${pkgver}.rpm"
        "${pkgname}.install")
sha256sums=('b56780bcbe37c8f155be16788d79a790d4231018687e279d3b8782e644e2114e'
            'edfc9fcaf78521bbc63d858822e76229eaeb7feb444b4c59728ac8689785ef01')

package(){
      install -Dm755 "${srcdir}/usr/bin/pokemmo-launcher" "${pkgdir}/usr/bin/pokemmo-launcher"
      cp -r "${srcdir}/usr/share" "${pkgdir}/usr/share"
}