summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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..2fd479f33d31
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Mainintainer : Lucas Rooyakkers <lucas dot rooyakkers at pm dot me>
+pkgname=citybound-bin
+pkgver=0.1.2
+pkgrel=1
+license=('GPL3')
+pkgdesc="A city building game that uses microscopic models to vividly simulate the organism of a city arising from the interactions of millions of individuals."
+url="https://aeplay.org/citybound"
+arch=('x86_64')
+provides=('citybound')
+conflicts=()
+source=("https://citybound-livebuilds.s3.amazonaws.com/citybound-v0.1.2-814-gf3cb7cb-linux.tar.gz")
+md5sums=('34133e59557ba37be10bdfa5257a84f9')
+
+package() {
+ tar -xzvf "citybound-v0.1.2-814-gf3cb7cb-linux.tar.gz"
+ install -Dm755 "citybound-v0.1.2-814-gf3cb7cb" "$pkgdir/usr/bin/citybound"
+}