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

pkgname="pokemmo"
pkgver=1.1
pkgrel=1
pkgdesc="An MMO based on the Pokemon Universe"
arch=('any')
url="http://pokemmo.eu"
license=('custom')
depends=('java-runtime')

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

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