From 52f42074ed4a499128b8847d5d8c6f67a440e00f Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 1 Feb 2024 13:46:06 -0800 Subject: [PATCH] asciidoc: install manpages --- srcpkgs/asciidoc/template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/srcpkgs/asciidoc/template b/srcpkgs/asciidoc/template index 2488bc75849..8a9b94778e6 100644 --- a/srcpkgs/asciidoc/template +++ b/srcpkgs/asciidoc/template @@ -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 +}