New package: crispy-doom-5.6.3

This commit is contained in:
Benjamín Albiñana 2019-11-12 13:33:47 +01:00 committed by Helmut Pozimski
parent dbc7aa108d
commit ae39720d93

View file

@ -0,0 +1,18 @@
# Template file for 'crispy-doom'
pkgname=crispy-doom
version=5.6.3
revision=1
wrksrc="crispy-doom-crispy-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="Limit-removing enhanced-resolution Doom source port"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/fabiangreffrath/crispy-doom"
distfiles="https://github.com/fabiangreffrath/crispy-doom/archive/crispy-doom-${version}.tar.gz"
checksum=2b7d02cc940dcd491afb50ff7b3c3349731148280ae65c5ecd2ff3bc0d2daba6
pre_configure() {
autoreconf -fi
}