New comment by Johnnynator on void-packages repository https://github.com/void-linux/void-packages/pull/35082#issuecomment-1015431742 Comment: I don't know what might be a good example. You can build then docs on your machine. cp them to `srcpkgs/intermodal/files/smth` and just do `vdoc "${FILESDIR}/smt"` in the template. Ofcourse replace `smth` with whatever file(s) you have. The downside of this, is that the generated docs have to be manually updated if the package gets updated. Alternative would be to do `hostmakedepends=intermodal` and add `vdoc /usr/share/intermodal/docs` which is imo ugly and results in the cross builders building the native package ever so often.