summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO23
-rw-r--r--.gitignore3
-rw-r--r--APPLICENSE22
-rw-r--r--Game Jolt Client.desktop7
-rw-r--r--PKGBUILD32
-rw-r--r--game-jolt.pngbin0 -> 277 bytes
6 files changed, 87 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5609e0587ef9
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,23 @@
+# Generated by mksrcinfo v8
+# Thu Jan 14 13:46:44 UTC 2016
+pkgbase = game-jolt-client
+ pkgdesc = Play games. Make games. Stay indie.
+ pkgver = 0.2.0
+ pkgrel = 1
+ url = http://game-jolt.com/client
+ arch = x86_64
+ license = mit
+ depends = gtk2
+ depends = alsa-lib
+ depends = libnotify
+ depends = gconf
+ depends = nss
+ depends = libxtst
+ depends = nodejs
+ provides = game-jolt-client
+ options = !strip
+ source = https://n3b6p5n5.ssl.hwcdn.net/data/client/releases/v0.2.0/game-jolt-client.tar.gz
+ md5sums = 5bed02604e96890b0faa2c4a8f43768b
+
+pkgname = game-jolt-client
+
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..2c1462e76afe
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+game-jolt-client*.tar*
diff --git a/APPLICENSE b/APPLICENSE
new file mode 100644
index 000000000000..2d46c411769c
--- /dev/null
+++ b/APPLICENSE
@@ -0,0 +1,22 @@
+The MIT License (MIT)
+
+Copyright (c) 2016 Game Jolt
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
diff --git a/Game Jolt Client.desktop b/Game Jolt Client.desktop
new file mode 100644
index 000000000000..ae410aa38329
--- /dev/null
+++ b/Game Jolt Client.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Name=Game Jolt
+Exec="game-jolt-client"
+Icon=game-jolt.png
+Terminal=false
+Type=Application
+Categories=Network;FileTransfer;Game;
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..74b61f2a6518
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,32 @@
+# Maintainer: Bjarno Oeyen <aur _AT_ bjarno _DOT_ be>
+
+pkgname=game-jolt-client
+pkgrel=1
+pkgver=0.2.0
+pkgdesc="Play games. Make games. Stay indie."
+url="http://game-jolt.com/client"
+provides=('game-jolt-client')
+arch=('x86_64')
+license=('mit')
+depends=('gtk2' 'alsa-lib' 'libnotify' 'gconf' 'nss' 'libxtst' 'nodejs')
+makedepends=()
+backup=()
+install=''
+source=("https://n3b6p5n5.ssl.hwcdn.net/data/client/releases/v0.2.0/game-jolt-client.tar.gz")
+md5sums=('5bed02604e96890b0faa2c4a8f43768b')
+options=(!strip)
+
+package() {
+ install -d "$pkgdir"/opt
+ cp -R "$srcdir" "$pkgdir"/opt/game-jolt-client
+
+ find "$pkgdir"/opt/game-jolt-client/ -type f -exec chmod 644 {} \;
+ chmod 755 "$pkgdir"/opt/game-jolt-client/game-jolt-client
+
+ install -d "$pkgdir"/usr/bin
+ ln -s ../../opt/game-jolt-client/game-jolt-client "$pkgdir"/usr/bin/game-jolt-client
+
+ install -Dm644 "../APPLICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+ install -Dm644 "../Game Jolt Client.desktop" "${pkgdir}/usr/share/applications/Game Jolt Client.desktop"
+ install -Dm644 "../game-jolt.png" "${pkgdir}/usr/share/pixmaps/game-jolt.png"
+} \ No newline at end of file
diff --git a/game-jolt.png b/game-jolt.png
new file mode 100644
index 000000000000..89bdd816d61c
--- /dev/null
+++ b/game-jolt.png
Binary files differ