A third-party Void Linux binary package repository.
Browse the package list, grouped by category with live version status, at void.creations.works.
Add the repo:
echo "repository=https://void.creations.works" | sudo tee /etc/xbps.d/creations.confInstall a package:
sudo xbps-install -S <package>The first time you install a package, xbps asks to import this repo's signing
key. Answer Y to trust it.
Updates come through normally with:
sudo xbps-install -Su