summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2015-07-11 23:41:10 +0200
committerCarsten Teibes2015-07-11 23:42:55 +0200
commit6c6e07107d58ee938b9a941d8bfe2d1ddbd73506 (patch)
tree9965d30fc94269192f75051c7ff1aa03d95223c7
downloadaur-6c6e07107d58ee938b9a941d8bfe2d1ddbd73506.tar.gz
[add] hexxagon 1.0.2
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD33
-rw-r--r--hexxagon.desktop7
-rw-r--r--hexxagon.pngbin0 -> 3849 bytes
4 files changed, 58 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..a6dbe540b76a
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = hexxagon
+ pkgdesc = A clone of the old DOS game Hexxagon, with enhanced features and strong AI
+ pkgver = 1.0.2
+ pkgrel = 2
+ url = http://www.nesqi.se
+ arch = i686
+ arch = x86_64
+ license = GPL
+ depends = gtkmm
+ source = http://nesqi.se/download/hexxagon-1.0.2.tar.bz2
+ source = hexxagon.desktop
+ source = hexxagon.png
+ sha256sums = 49b13516822fd32a9c58d62735b841a6e47e1714273e03ad20d8a9343a7623cc
+ sha256sums = 673fb40dbfeb96f2594f06f1b105afd23686472d5ef380e8b07d1a0f30b1e822
+ sha256sums = 0405a14380a379e6502b663d9db77be8471b84aa838fe3f645e25bdbd03c78c7
+
+pkgname = hexxagon
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c3e58ca90144
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,33 @@
+# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
+# Contributor: ploxiln <pierce.lopez@gmail.com>
+# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
+
+pkgname=hexxagon
+pkgver=1.0.2
+pkgrel=2
+pkgdesc='A clone of the old DOS game Hexxagon, with enhanced features and strong AI'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://www.nesqi.se'
+depends=('gtkmm')
+source=("http://nesqi.se/download/hexxagon-$pkgver.tar.bz2"
+ "$pkgname.desktop"
+ "$pkgname.png")
+sha256sums=('49b13516822fd32a9c58d62735b841a6e47e1714273e03ad20d8a9343a7623cc'
+ '673fb40dbfeb96f2594f06f1b105afd23686472d5ef380e8b07d1a0f30b1e822'
+ '0405a14380a379e6502b663d9db77be8471b84aa838fe3f645e25bdbd03c78c7')
+
+build() {
+ cd $pkgname-$pkgver
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+
+ # .desktop entry
+ install -Dm644 $pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
+ install -Dm644 $pkgname.png "$pkgdir"/usr/share/pixmaps/$pkgname.png
+}
diff --git a/hexxagon.desktop b/hexxagon.desktop
new file mode 100644
index 000000000000..705dd8a7206b
--- /dev/null
+++ b/hexxagon.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=Hexxagon
+Exec=hexxagon
+Icon=hexxagon
+Categories=Game;BoardGame;GTK;
diff --git a/hexxagon.png b/hexxagon.png
new file mode 100644
index 000000000000..02240479cc2e
--- /dev/null
+++ b/hexxagon.png
Binary files differ