From 472ff6fa86184f8f4d492305383097861c06fc7c Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 12 Aug 2014 15:07:17 +0200 Subject: Reformated PKGBUILD --- .SRCINFO | 2 +- PKGBUILD | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0901e5e..f70c8a4 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 1051cc4..2a8d72a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,21 +1,22 @@ -# Maintainer: Johannes Löthberg -# Contributor: Vinícius dos Santos Oliveira -# Contributor: Emmanuel Gil Peyrot - 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 -- cgit v1.2.3-54-g00ecf