void-packages/srcpkgs/deutex/template
2021-01-01 22:22:48 -03:00

18 lines
552 B
Bash

# Template file for 'deutex'
pkgname=deutex
version=5.2.2
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config asciidoc"
makedepends="libpng-devel"
short_desc="WAD composer for DOOM and others"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="GPL-2.0-only, LGPL-2.0-or-later"
homepage="https://github.com/Doom-Utils/deutex"
distfiles="https://github.com/Doom-Utils/deutex/archive/v${version}.tar.gz"
checksum=767e75eb3615bb732947448b81031410e26f808dfc3a099d64a483931fe0b313
pre_configure() {
autoreconf -fi
}