new package: chocolate-doom (#301)

This commit is contained in:
marcusz 2021-05-09 02:43:53 +08:00 committed by Yaksh Bariya
parent 1ff4022202
commit 7de9cbfa3c
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
TERMUX_PKG_HOMEPAGE=https://www.chocolate-doom.org
TERMUX_PKG_DESCRIPTION="Historically-accurate Doom, Heretic, Hexen, and Strife ports."
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="WMCB-Tech @marcusz"
TERMUX_PKG_VERSION=3.0.1
TERMUX_PKG_SRCURL=https://github.com/chocolate-doom/chocolate-doom/archive/refs/tags/chocolate-doom-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=a54383beef6a52babc5b00d58fcf53a454f012ced7b1936ba359b13f1f10ac66
TERMUX_PKG_DEPENDS="sdl2, sdl2-mixer, sdl2-net"
termux_step_pre_configure(){
autoreconf -fi
}