20 lines
642 B
Bash
20 lines
642 B
Bash
# Template file for 'asciidoc'
|
|
pkgname=asciidoc
|
|
version=9.0.2
|
|
revision=1
|
|
archs=noarch
|
|
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=ea73425151f56f278433e442f8b5085599765fa120574db65e6d053eb52927e2
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|