New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/35082#issuecomment-1015479061 Comment: I think @ericonr did this for documentation in some package that I can't remember. A few other templates do this because the build process requires native executables to generate other build products. `protobuf`, `gnubg` and `postfix` all pull in the native package with ```sh if [ "$CROSS_BUILD" ]; then hostmakedepends+=" ${pkgname}" fi ``` which would be sufficient to give you native documentation that you could copy in `post_install`.