Skip to content

Commit

Permalink
routinator: build and install manual
Browse files Browse the repository at this point in the history
  • Loading branch information
klarasm committed Sep 28, 2022
1 parent 5bc01b7 commit 314f242
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions srcpkgs/routinator/template
Expand Up @@ -3,6 +3,7 @@ pkgname=routinator
version=0.11.2
revision=2
build_style=cargo
hostmakedepends="python3-Sphinx python3-toml python3-sphinx_rtd_theme python3-sphinx-tabs python3-sphinx-copybutton"
depends="rsync"
short_desc="Resource Public Key Infrastructure (RPKI) validator"
maintainer="Cameron Nemo <cnemo@tutanota.com>"
Expand All @@ -21,6 +22,10 @@ case "$XBPS_TARGET_MACHINE" in
*) broken="ftbfs in ring" ;;
esac

post_build() {
make -C doc/manual text
}

post_install() {
vsv routinator
vdoc README.md
Expand All @@ -29,4 +34,8 @@ post_install() {
vlicense LICENSE

vdoc $FILESDIR/README.voidlinux

for doc in doc/manual/build/text/*; do
vdoc $doc;
done
}

0 comments on commit 314f242

Please sign in to comment.