1 # Maintainer: Andrew Dorney <andrewd18 _at_ gmail.com>
2 pkgname=openskyscraper-git
5 pkgdesc="Tower simulation game inspired by SimTower; based on SDL, OpenGL and OpenAL."
7 url="https://github.com/fabianschuiki/OpenSkyscraper"
9 depends=('devil' 'openal' 'sdl' 'libmspack')
10 makedepends=('cmake' 'git')
11 install='openskyscraper.install'
14 _gitroot="git://github.com/fabianschuiki/OpenSkyscraper.git"
15 _gitname="OpenSkyscraper"
21 msg "Connecting to GITHUB..."
22 if [[ -d ${srcdir}/${_gitname} ]] ; then
25 msg "Updated existing local copy to master."
30 msg "GIT checkout done."
31 msg "Starting cmake configuration."
33 cd ${srcdir}/${_gitname}/source
39 cd "${srcdir}/${_gitname}/source"
40 install -d ${pkgdir}/usr/bin/
41 install -m 755 OpenSkyscraper ${pkgdir}/usr/bin/openskyscraper