void-packages/srcpkgs/asciidoc/template
2021-02-06 01:48:22 -03:00

20 lines
677 B
Bash

# Template file for 'asciidoc'
pkgname=asciidoc
version=9.0.5
revision=1
wrksrc=${pkgname}-py3-${version}
build_style=gnu-configure
hostmakedepends="automake docbook-xsl libxslt python3"
depends="docbook-xsl libxslt python3"
conf_files="/etc/asciidoc/filters/*/*.conf /etc/asciidoc/*.conf"
short_desc="Text based document generation"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://asciidoc.org/"
changelog="https://asciidoc.org/CHANGELOG.html"
distfiles="https://github.com/asciidoc/asciidoc-py3/archive/${version}.tar.gz"
checksum=b73248717403fe49ef239b2bdb95f2b603e0af15ddd8f5e420f27707010bf95f
pre_configure() {
autoreconf -fi
}