New package: chocolate-doom-3.0.0

This commit is contained in:
Kyle Nusbaum 2019-07-31 11:12:14 -05:00 committed by Enno Boland
parent 21a1613f32
commit dd59298822

View file

@ -0,0 +1,18 @@
# Template file for 'chocolate-doom'
pkgname=chocolate-doom
version=3.0.0
revision=1
wrksrc="chocolate-doom-chocolate-doom-${version}"
build_style=gnu-configure
hostmakedepends="autoconf automake pkg-config"
makedepends="SDL2-devel SDL2_mixer-devel SDL2_net-devel libsamplerate-devel libpng-devel"
short_desc="Doom source port that is minimalist and historically accurate"
maintainer="Kyle Nusbaum <knusbaum+void@sdf.org>"
license="GPL-2.0-or-later"
homepage="https://www.chocolate-doom.org/"
distfiles="https://github.com/chocolate-doom/chocolate-doom/archive/chocolate-doom-${version}.tar.gz"
checksum=0d69511c778c528188c1c8de43f54d5ee8f1818498f9a32414f73ef69bb72598
pre_configure() {
autoreconf -fi
}