mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 21:57:02 +02:00
asciidoc: install manpages
This commit is contained in:
parent
f4783e6ad1
commit
52f42074ed
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'asciidoc'
|
||||
pkgname=asciidoc
|
||||
version=10.2.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="docbook-xsl libxslt python3-setuptools"
|
||||
depends="docbook-xsl libxslt python3"
|
||||
|
@ -13,3 +13,8 @@ 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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue