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