21 lines
698 B
Bash
21 lines
698 B
Bash
# Template file for 'asciidoc'
|
|
pkgname=asciidoc
|
|
version=10.2.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="docbook-xsl libxslt python3-setuptools"
|
|
depends="docbook-xsl libxslt python3"
|
|
checkdepends="python3-pytest python3-pytest-mock"
|
|
short_desc="Text based document generation"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://asciidoc-py.github.io"
|
|
changelog="https://asciidoc-py.github.io/CHANGELOG.html"
|
|
distfiles="https://github.com/asciidoc-py/asciidoc-py/releases/download/$version/asciidoc-$version.tar.gz"
|
|
checksum=237b2ba5c35c0ae7ccd4cd44ebf1d87c20b2695dae01798954416d492ef7fa0e
|
|
|
|
post_install() {
|
|
vman doc/a2x.1
|
|
vman doc/asciidoc.1
|
|
}
|