summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoboron30422020-02-08 01:39:01 +0100
committerRoboron30422020-02-08 01:39:01 +0100
commite3c19a7366c4ec986c5e65bde35f82a2d5445e33 (patch)
tree7638a7bc52bdf7acd7bb8b70ae42db48541260e8 /PKGBUILD
downloadaur-e3c19a7366c4ec986c5e65bde35f82a2d5445e33.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..3be0f3731fc6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Roboron <robertoms258 at gmail dot com >
+
+pkgname=simutrans-pak64.contrast
+pkgver=102.2
+pkgrel=1
+pkgdesc="Minimalistic, low resolution graphics set for Simutrans"
+arch=('any')
+url="https://www.simutrans.com/"
+license=('custom:Artistic')
+source=(http://downloads.sourceforge.net/project/simutrans/pak64.contrast/pak64.Contrast_910.zip)
+sha256sums=('0ae1987b43ae788216510398cb707997207a353e9699e86ec1074e1219cf0e6c')
+
+package() {
+ #data
+ mkdir -p "$pkgdir/usr/share/games/simutrans/pak64.contrast"
+ cp -r pakcontrast/* "$pkgdir/usr/share/games/simutrans/pak64.contrast"
+
+ find "$pkgdir" -type f -exec chmod 644 {} \;
+ find "$pkgdir" -type d -exec chmod 755 {} \;
+}