summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoboron30422020-02-07 21:11:22 +0100
committerRoboron30422020-02-07 21:11:22 +0100
commite1016a1330e3342340ba0989503d38478c6ea361 (patch)
tree2d28c11d8c6ac0ae9a14e9e976152fed9c359721 /PKGBUILD
downloadaur-e1016a1330e3342340ba0989503d38478c6ea361.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..7e2bdee8fc16
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Roboron <robertoms258 at gmail dot com >
+
+pkgname=simutrans-pak48.excentrique
+pkgver=0.18
+pkgrel=1
+pkgdesc="Low resolution graphics set for Simutrans, with an eccentric theme"
+arch=('any')
+url="https://www.simutrans.com/"
+license=('custom:Artistic')
+source=(http://sourceforge.net/projects/ironsimu/files/pak48.Excentrique/v018/pak48-excentrique_v018.zip)
+sha256sums=('c69dc9cce34a3c61afed5f57751a480d3aa4366c9e45225777601f71fd1606ab')
+
+package() {
+ #data
+ mkdir -p "$pkgdir/usr/share/games/simutrans/pak48.excentrique"
+ cp -r pak48.Excentrique/* "$pkgdir/usr/share/games/simutrans/pak48.excentrique"
+}