There is an updated pull request by n1c00o against master on the void-packages repository https://github.com/n1c00o/void-packages feat/bazel-buildtools https://github.com/void-linux/void-packages/pull/38813 New package: bazel-buildtools-5.1.0 #### Testing the changes - I tested the changes in this PR: **YES** #### New package - This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** #### Local build testing - I built this PR locally for my native architecture, (x86_64-glibc) - I built this PR locally for these architectures (if supported. mark crossbuilds): - x86_64-musl - Should support cross compilation using the Go standard toolchain > Note: As I specified a few weeks ago in , I decided to release the different Bazel buildtools into a single package to avoid polluting the repository, since these tools are often installed together. > Note: The package is named `bazel-buildtools` to be clear that it is for Bazel, since a lot of ecosystems do have tools under the name "buildtools". > Note: This is not a sub-package of `bazel` (unpublished yet) since they do not directly require Bazel and building Bazel from source is very long, which could be annoying for those who only needs the build tools (a sub-package is only executed after the main package's installation phase. A patch file from https://github.com/void-linux/void-packages/pull/38813.patch is attached