summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormyself6002022-10-10 21:36:29 +0200
committermyself6002022-10-10 21:36:29 +0200
commite36f200db53caeda9156be237eac30b7d22b4eb2 (patch)
treeb6d36aaca63d8f4cf4a2a613564099bdf8a04478
downloadaur-e36f200db53caeda9156be237eac30b7d22b4eb2.tar.gz
Upload files
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD34
-rwxr-xr-xjazz2.desktop7
-rw-r--r--jazz2.install3
-rw-r--r--jazz2.pngbin0 -> 444 bytes
5 files changed, 67 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e611753134ee
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,23 @@
+pkgbase = jazz2-git
+ pkgdesc = Jazz² Resurrection - Open-source Jazz Jackrabbit 2 reimplementation
+ pkgver = 1.0.0+r5.cc8bee3
+ pkgrel = 1
+ url = http://deat.tk/jazz2/
+ install = jazz2.install
+ arch = x86_64
+ arch = aarch64
+ license = GPL3
+ license = custom:MIT/Expat
+ makedepends = mesa
+ makedepends = cmake
+ makedepends = glfw
+ depends = libopenmpt
+ depends = openal
+ source = git+https://github.com/deathkiller/jazz2-native.git
+ source = jazz2.png
+ source = jazz2.desktop
+ md5sums = SKIP
+ md5sums = 4f9c50d3c78231f459481eab9d654919
+ md5sums = f603149c956a00b03f28fc7215a460b6
+
+pkgname = jazz2-git
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..bbe6516198bf
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,34 @@
+pkgname=jazz2-git
+pkgver=1.0.0+r5.cc8bee3
+pkgrel=1
+pkgdesc="Jazz² Resurrection - Open-source Jazz Jackrabbit 2 reimplementation"
+arch=(x86_64 aarch64)
+url=http://deat.tk/jazz2/
+license=(GPL3 custom:MIT/Expat)
+depends=(libopenmpt openal)
+makedepends=(mesa cmake glfw)
+install=jazz2.install
+source=(
+ git+https://github.com/deathkiller/jazz2-native.git
+ jazz2.png
+ jazz2.desktop)
+md5sums=(
+ SKIP
+ 4f9c50d3c78231f459481eab9d654919
+ f603149c956a00b03f28fc7215a460b6)
+pkgver(){
+ cd jazz2-native
+ git describe --tags|sed 's/-\(.*\)-g/+r\1./'
+}
+build(){
+ cd jazz2-native
+ sh BuildLinuxGcc.sh
+}
+package(){
+ cd jazz2-native
+ install ../Jazz2-LinuxGcc-Release/jazz2 -Dt $pkgdir/usr/bin
+ mkdir -p "$pkgdir/usr/share/Jazz² Resurrection"
+ cp -r Content "$pkgdir/usr/share/Jazz² Resurrection"
+ install ../jazz2.png -Dt $pkgdir/usr/share/pixmaps
+ install ../jazz2.desktop -Dt $pkgdir/usr/share/applications
+}
diff --git a/jazz2.desktop b/jazz2.desktop
new file mode 100755
index 000000000000..5cd3dae7daac
--- /dev/null
+++ b/jazz2.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Type=Application
+Name=Jazz² Resurrection
+Exec=jazz2
+Icon=jazz2
+Comment=Open-source Jazz Jackrabbit 2 reimplementation
+Categories=Game
diff --git a/jazz2.install b/jazz2.install
new file mode 100644
index 000000000000..a16152071025
--- /dev/null
+++ b/jazz2.install
@@ -0,0 +1,3 @@
+post_install(){
+ echo -e '\e[93mPlace your game data into "~/.local/share/Jazz² Resurrection/Source" folder\e[m'
+}
diff --git a/jazz2.png b/jazz2.png
new file mode 100644
index 000000000000..a03ffb0c0b76
--- /dev/null
+++ b/jazz2.png
Binary files differ