There is an updated pull request by M374LX against master on the void-packages repository https://github.com/M374LX/void-packages alexvsbus https://github.com/void-linux/void-packages/pull/48682 New package: alexvsbus Closes #48647 #### Testing the changes - I tested the changes in this PR: **briefly** #### 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) #### More information It is my first time trying to create a package for Void Linux. The binary package seems to be working, but some tasks are pending, like determining the exact runtime dependencies and installing the documentation and license files. By default, the main executable is placed in ``/usr/games``. If everyone prefers to have it in ``/usr/bin``, it can be adjusted in the ``do_build()`` function: ``make PREFIX=$DESTDIR/usr EXECPREFIX=$DESTDIR/usr/bin``. A patch file from https://github.com/void-linux/void-packages/pull/48682.patch is attached