asciidoc: install manpages
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'asciidoc'
|
# Template file for 'asciidoc'
|
||||||
pkgname=asciidoc
|
pkgname=asciidoc
|
||||||
version=10.2.0
|
version=10.2.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="docbook-xsl libxslt python3-setuptools"
|
hostmakedepends="docbook-xsl libxslt python3-setuptools"
|
||||||
depends="docbook-xsl libxslt python3"
|
depends="docbook-xsl libxslt python3"
|
||||||
@@ -13,3 +13,8 @@ homepage="https://asciidoc-py.github.io"
|
|||||||
changelog="https://asciidoc-py.github.io/CHANGELOG.html"
|
changelog="https://asciidoc-py.github.io/CHANGELOG.html"
|
||||||
distfiles="https://github.com/asciidoc-py/asciidoc-py/releases/download/$version/asciidoc-$version.tar.gz"
|
distfiles="https://github.com/asciidoc-py/asciidoc-py/releases/download/$version/asciidoc-$version.tar.gz"
|
||||||
checksum=237b2ba5c35c0ae7ccd4cd44ebf1d87c20b2695dae01798954416d492ef7fa0e
|
checksum=237b2ba5c35c0ae7ccd4cd44ebf1d87c20b2695dae01798954416d492ef7fa0e
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vman doc/a2x.1
|
||||||
|
vman doc/asciidoc.1
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user