void-packages/srcpkgs/deutex/template
2018-12-10 20:19:56 -02:00

17 lines
548 B
Bash

# Template file for 'deutex'
pkgname=deutex
version=5.1.2
revision=3
build_style=gnu-configure
hostmakedepends="automake libtool pkg-config asciidoc"
makedepends="libpng-devel"
short_desc="WAD composer for DOOM and others"
maintainer="maxice8 <thinkabit.ukim@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=b91b1cd40098cc8f5e1e9a18ea4b5b785a4f54ff2ce5c6d9524f22ca84a83bd0
pre_configure() {
autoreconf -fi
}