summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoboron30422020-02-07 21:11:22 +0100
committerRoboron30422020-02-07 21:11:22 +0100
commite1016a1330e3342340ba0989503d38478c6ea361 (patch)
tree2d28c11d8c6ac0ae9a14e9e976152fed9c359721
downloadaur-e1016a1330e3342340ba0989503d38478c6ea361.tar.gz
Initial commit
-rw-r--r--.SRCINFO12
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD17
3 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b992b5133f61
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = simutrans-pak48.excentrique
+ pkgdesc = Low resolution graphics set for Simutrans, with an eccentric theme
+ pkgver = 0.18
+ pkgrel = 1
+ url = https://www.simutrans.com/
+ arch = any
+ license = custom:Artistic
+ source = http://sourceforge.net/projects/ironsimu/files/pak48.Excentrique/v018/pak48-excentrique_v018.zip
+ sha256sums = c69dc9cce34a3c61afed5f57751a480d3aa4366c9e45225777601f71fd1606ab
+
+pkgname = simutrans-pak48.excentrique
+
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..72e8ffc0db8a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*
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"
+}