Void packages repo maintained by the unofficial void linux community.
You can use this repo in two ways, either localy or remotely.
git clone https://github.com/voiders-community/packages ~/ports --recurse-submodulesecho "repository=$HOME/ports/hostdir/binpkgs" | sudo tee /etc/xbps.d/10-voiders-community-local-repo.confsudo xbps-install -Secho "repository=https://github.com/voiders-community/packages/raw/refs/heads/master/hostdir/binpkgs/" | sudo tee /etc/xbps.d/10-voiders-community-local-repo.confsudo xbps-install -SWrite your template in ./srcpkgs/YOUR_PACKAGE/template like you'd do with the official repo, then run ./make build YOUR_PACKAGE, if you've installed the repo using the local install you can now do xbps-install -S YOUR_PACKAGE.
To add a new package you just need to open a PR with your srcpkgs (DO NOT push any .xbps files)