diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-08-12 15:07:17 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:25:19 +0200 |
commit | 472ff6fa86184f8f4d492305383097861c06fc7c (patch) | |
tree | 352238abc2c5ede1bc58fa61ac9583dadb725de9 | |
parent | 583b49f804923e9db081b9cc932a3f8b7ad3471a (diff) | |
download | pkgbuilds-openhexagon.tar.xz |
Reformated PKGBUILDopenhexagon
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 20 |
2 files changed, 12 insertions, 10 deletions
@@ -1,5 +1,5 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 13:54:15 UTC 2015 +# Mon Jun 1 13:54:16 UTC 2015 pkgbase = openhexagon pkgdesc = C++ open source clone of Super Hexagon. (binary) pkgver = 2.0RC1 @@ -1,21 +1,22 @@ -# Maintainer: Johannes Löthberg <johannes@kyriasis.com> -# Contributor: Vinícius dos Santos Oliveira <vini.ipsmaker@gmail.com> -# Contributor: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> - pkgname=openhexagon pkgver=2.0RC1 pkgrel=1 + pkgdesc="C++ open source clone of Super Hexagon. (binary)" -arch=('i686' 'x86_64') url="http://vittorioromeo.info/projects.html" -options=(!strip) +arch=('i686' 'x86_64') license=('custom:AFL') + +options=(!strip) + depends=('lua51' 'gcc-libs-multilib' 'mesa' 'libjpeg-turbo' 'sfml') + source=(OpenHexagon.tar::'http://vittorioromeo.info/Misc/Temp/OpenHexagon2.0-RC1.xz' - 'https://raw.github.com/SuperV1234/SSVOpenHexagon/master/LICENSE' OpenHexagon) + 'https://raw.github.com/SuperV1234/SSVOpenHexagon/master/LICENSE' OpenHexagon) + md5sums=('758df0cb21c5a565f4039c5e0bc6b2c6' - '2002c3e1decad54ffe535efef6723a5c' - 'cedfdc5a1bfdf70f730f06466a8d28c5') + '2002c3e1decad54ffe535efef6723a5c' + 'cedfdc5a1bfdf70f730f06466a8d28c5') prepare() { cd testInstall2 @@ -25,6 +26,7 @@ prepare() { sed -i 's|\./x86|/opt/openhexagon2.0-RC1/x86|g' OpenHexagon mv ../OpenHexagon . } + package() { install -d "$pkgdir"/opt/openhexagon2.0-RC1 cp -r testInstall2/* "$pkgdir"/opt/openhexagon2.0-RC1 |