mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
New package: crispy-doom-5.6.3
This commit is contained in:
parent
dbc7aa108d
commit
ae39720d93
1 changed files with 18 additions and 0 deletions
18
srcpkgs/crispy-doom/template
Normal file
18
srcpkgs/crispy-doom/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue