19 lines
629 B
Bash
19 lines
629 B
Bash
# Template file for 'asciidoc'
|
|
pkgname=asciidoc
|
|
version=9.0.4
|
|
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/"
|
|
distfiles="https://github.com/asciidoc/asciidoc-py3/archive/${version}.tar.gz"
|
|
checksum=9e269f336a71e8685d03a00c71b55ca029eed9f7baf1afe67c447be32206b176
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|