New comment by natrys on void-packages repository https://github.com/void-linux/void-packages/pull/20961#issuecomment-613479633 Comment: Any reason you don't just use `build_style=cmake`? It will take care of cross-building. That way you can also get rid of `do_build` and `do_install` blocks. Move license and completions stuffs to `post_install`. You can test locally for other archs (like e.g. `./xbps-src -a aarch64 pkg herbstluftwm`).