summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 402272c97df0e5b3f95478b013d0dc1648b79f65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Roboron <robertoms258 at gmail dot com >

pkgname=simutrans-extended-pak256
pkgver=2.0.1
pkgrel=1
pkgdesc="Highest resolution graphics set for Simutrans Extended"
arch=('any')
url="https://www.simutrans.com/"
license=('CC-NC-SA 4.0')
depends=('simutrans-extended')
source=(https://github.com/Phystam/pak256-release/archive/2.0.1.0.zip)
sha256sums=('c79d2e3c80eb59fda1c5c4007a721953b62a483d1a45dd91870d3ae26243fdf9')

package() {
  #data
  mkdir -p "$pkgdir/usr/share/games/simutrans-extended/pak256-ex"
  cp -r pak256-release-2.0.1.0/* "$pkgdir/usr/share/games/simutrans-extended/pak256-ex"
}