There is a new pull request by n1c00o against master on the void-packages repository https://github.com/n1c00o/void-packages feat/bazelisk https://github.com/void-linux/void-packages/pull/38830 New package: bazelisk-1.12.2 This merge request adds a package description for Bazelisk (), which provides an simple and fast way to use and install Bazel. This can be used by packages requiring Bazel in compilation, without the need of having to bootstrap Bazel, which is time-consuming and error-prone *(I am actively trying to get a cross-compile-ready package of Bazel from source, known as bootstrapping Bazel...)* #### 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 A patch file from https://github.com/void-linux/void-packages/pull/38830.patch is attached