There is an updated pull request by ericonr against master on the void-packages repository https://github.com/ericonr/void-packages kstars https://github.com/void-linux/void-packages/pull/23824 New package: kstars My first build errored out because it tried linking against `libsecret`, which wasn't available. Since `libsecret` is listed in `qtkeychain-qt5`'s cmake file, it should also be a dependency of `qtkeychain-qt5-devel`. This PR includes that fix and the removal of `libsecret-devel` from a few templates which don't need to be rebuilt. Tested on x86_64-musl and built for armv7l-musl, since I'm not sure CI will manage to finish. A patch file from https://github.com/void-linux/void-packages/pull/23824.patch is attached