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

pkgname=simutrans-extended-pak128.britain
pkgver=r4433.db7f0c7b5
pkgrel=1
pkgdesc="High resolution graphics set for Simutrans Extended, with a British theme"
arch=('any')
url="https://www.simutrans.com/"
license=('custom:Artistic')
depends=('simutrans-extended')
source=(http://bridgewater-brunel.me.uk/downloads/nightly/pakset/pak128.britain-ex-nightly.tar.gz)
sha256sums=('SKIP')

package() {
  #data
  mkdir -p "$pkgdir/usr/share/games/simutrans-extended/pak128.britain-ex"
  cp -r * "$pkgdir/usr/share/games/simutrans-extended/pak128.britain-ex"
  
  #license
  pwd
  install -Dm644 licence.txt "$pkgdir/usr/share/licenses/simutrans-extended-pak128.britain/license.txt"
}