aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2013-10-19 02:15:56 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:24:47 +0200
commitf4174b36ca7cb642176d9291a3c4c55b94c48c9c (patch)
treefb3e178dc3f900ea162ec9ce717fcf83e65d11a0
parenta23218064b71c7e67294fcde0b3a9157dac0f9c7 (diff)
downloadpkgbuilds-f4174b36ca7cb642176d9291a3c4c55b94c48c9c.tar.xz
Reindent with tabs, minor style changes
-rw-r--r--PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e453e01..abb82a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,20 +11,22 @@ url="http://vittorioromeo.info/projects.html"
options=(!strip)
license=('custom:AFL')
depends=('openal')
-source=(http://vittorioromeo.info/Downloads/OpenHexagon/Linux/OpenHexagonV1.92.tar.gz
- https://raw.github.com/SuperV1234/SSVOpenHexagon/master/LICENSE)
+source=('http://vittorioromeo.info/Downloads/OpenHexagon/Linux/OpenHexagonV1.92.tar.gz'
+ 'https://raw.github.com/SuperV1234/SSVOpenHexagon/master/LICENSE')
md5sums=('bda07a9d91a9dd8538d9a7a26562de69'
- '808282b4d6cf58dacf16fae6068bd030')
+ '808282b4d6cf58dacf16fae6068bd030')
+
package() {
install -Dd "${pkgdir}/opt/OpenHexagon1.92"
cp -r ${srcdir}/OpenHexagon1.92/ ${pkgdir}/opt/
-
+
install -Dd ${pkgdir}/usr/bin
ln -s /opt/OpenHexagon1.92/OpenHexagon ${pkgdir}/usr/bin/openhexagon
-
+
# need world writeable Profiles for creating profiles and config for... config
chmod 777 ${pkgdir}/opt/OpenHexagon1.92/{Profiles,config.json}
install -D -m644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
}
+
+# vim: set ts=4 sw=4 noet: