void-packages/srcpkgs/deutex/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

17 lines
545 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="Orphaned <orphan@voidlinux.org>"
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
}