summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanil Yarantsev2020-11-21 18:23:03 +0300
committerDanil Yarantsev2020-11-21 18:23:03 +0300
commit8fd8af78ab33a99bdc489832d88f8850e36b6881 (patch)
tree0225e00f694ed37c125de95a0afd0e1ef9baf2d8
downloadaur-8fd8af78ab33a99bdc489832d88f8850e36b6881.tar.gz
Initial commit, binary release
-rw-r--r--.SRCINFO25
-rw-r--r--PKGBUILD37
-rw-r--r--doom2df.desktop11
-rw-r--r--doom2df.pngbin0 -> 6203 bytes
4 files changed, 73 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..de927ac1f61e
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,25 @@
+pkgbase = doom2df-bin-git
+ pkgdesc = Doom 2D Forever: A Doom 2D remake with multiplayer
+ pkgver = 185
+ pkgrel = 0
+ url = http://doom2d.org/
+ arch = x86_64
+ license = GPL3
+ depends = sdl2_mixer
+ depends = sdl2
+ depends = enet
+ depends = libgl
+ conflicts = doom2df-git
+ source = https://deadsoftware.ru/files/deaddoomer/d2df/win32-d2df-latest.zip
+ source = https://deadsoftware.ru/files/deaddoomer/d2df/linux-amd64-d2df-latest-bin.zip
+ source = https://deadsoftware.ru/files/deaddoomer/d2df/linux-amd64-d2df-latest-version.txt
+ source = doom2df.desktop
+ source = doom2df.png
+ md5sums = SKIP
+ md5sums = SKIP
+ md5sums = SKIP
+ md5sums = a529aca738b79f2099fcef6e583fbed3
+ md5sums = 191cd29a6994ab257abf6c0b1060b2fd
+
+pkgname = doom2df-bin-git
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b3488cc44618
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,37 @@
+# Maintainer: Danil Yarantsev <tiberiumk12 at gmail dot com>
+pkgname=doom2df-bin-git
+pkgver=185
+pkgrel=0
+pkgdesc="Doom 2D Forever: A Doom 2D remake with multiplayer"
+arch=(x86_64)
+url="http://doom2d.org/"
+license=('GPL3')
+depends=(sdl2_mixer sdl2 enet libgl)
+conflicts=(doom2df-git)
+source=(
+ 'https://deadsoftware.ru/files/deaddoomer/d2df/win32-d2df-latest.zip'
+ 'https://deadsoftware.ru/files/deaddoomer/d2df/linux-amd64-d2df-latest-bin.zip'
+ 'https://deadsoftware.ru/files/deaddoomer/d2df/linux-amd64-d2df-latest-version.txt '
+ 'doom2df.desktop'
+ 'doom2df.png'
+)
+md5sums=(
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'a529aca738b79f2099fcef6e583fbed3'
+ '191cd29a6994ab257abf6c0b1060b2fd'
+)
+
+pkgver() {
+ printf "$(cat linux-amd64-d2df-latest-version.txt | cut -d' ' -f1)"
+}
+
+package() {
+ cd "${srcdir}"
+ install -Dm755 Doom2DF "${pkgdir}"/usr/bin/Doom2DF
+ install -Dm644 doom2df.desktop "${pkgdir}"/usr/share/applications/doom2df.desktop
+ install -Dm644 doom2df.png "${pkgdir}"/usr/share/pixmaps/doom2df.png
+ mkdir -p "${pkgdir}"/usr/share/doom2df
+ cp -r data maps wads "${pkgdir}"/usr/share/doom2df/
+}
diff --git a/doom2df.desktop b/doom2df.desktop
new file mode 100644
index 000000000000..e3ed261b70aa
--- /dev/null
+++ b/doom2df.desktop
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Version=1.0
+Name=Doom 2D Forever
+Exec=Doom2DF
+Icon=doom2df
+Terminal=false
+Type=Application
+Categories=Game;Shooter;ActionGame
+Comment=Doom-themed platformer with network play, modern port of the 1996 Doom 2D by Prikol Software
+Comment[ru]=Платформер с сетевой игрой во вселенной классического Doom, современный порт игры Doom 2D от Prikol Software
+Keywords=Doom;Doom2D;Doom2D Forever;Forever;Shooter;Doom 2D;
diff --git a/doom2df.png b/doom2df.png
new file mode 100644
index 000000000000..c1c8724ee09b
--- /dev/null
+++ b/doom2df.png
Binary files differ