summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Rooyakkers2020-02-21 14:54:47 -0500
committerLucas Rooyakkers2020-02-21 14:54:47 -0500
commit1b5fff0d36bc3a1dfa71ffff2cb70563c4a7f631 (patch)
treeb25cc3b44034188c26cee1f0032ec3744ee95c59
downloadaur-1b5fff0d36bc3a1dfa71ffff2cb70563c4a7f631.tar.gz
Initial Commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD17
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b5c8c8f4abad
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = citybound-bin
+ 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.
+ pkgver = 0.1.2
+ pkgrel = 1
+ url = https://aeplay.org/citybound
+ arch = x86_64
+ license = GPL3
+ provides = citybound
+ source = https://citybound-livebuilds.s3.amazonaws.com/citybound-v0.1.2-814-gf3cb7cb-linux.tar.gz
+ md5sums = 34133e59557ba37be10bdfa5257a84f9
+
+pkgname = citybound-bin
+
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"
+}