summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9087721357c86295db44ce22bb6bd1eda643ba8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Mainintainer : Lucas Rooyakkers <lucas dot rooyakkers at pm dot me>
pkgname=citybound-bin
pkgver=0.1.2
pkgrel=823
commit="gdfa71eb"
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-v$pkgver-$pkgrel-$commit-linux.tar.gz")
md5sums=('b280d48e57ed1d92b1b15606bf159050')

package() {
  tar -xzvf "citybound-v$pkgver-$pkgrel-$commit-linux.tar.gz"
  install -Dm755 "citybound-v$pkgver-$pkgrel-$commit" "$pkgdir/usr/bin/citybound"
}