- C 94.5%
- Shell 4.8%
- JavaScript 0.7%
| .forgejo/workflows | ||
| pkgs | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
| repo-key.pem.pub | ||
| unbuilt_packages | ||
Voiders Community Repository
An unofficial, community-driven package repository for Void Linux.
Hosts packages that might not meet the strict guidelines of the official repos, such as very large projects, beta/unreleased software, or custom patches.
Mirrors
We look at git issues and pull requests in the following:
- Official host: git.voiders.dev
- Secondary mirror: codeberg.org/voiders-community
Installation
1. Add the repository
You can choose any filename, but as a suggestion:
echo "repository=https://repo.voiders.dev" | sudo tee /etc/xbps.d/10-voiders-community.conf
2. Sync and import the key
sudo xbps-install -S
XBPS will prompt you to import our public key, confirm it:
`https://repo.voiders.dev' repository has been RSA signed by "Voiders Community" Fingerprint: 89:1a:ad:ce:c4🆎83:94:38:6d:08:93:f7:73:43:07
3. Packages
Install a package:
sudo xbps-install svc
List all packages:
xbps-query -i -M --repository=https://repo.voiders.dev -s ''
Building templates
The method this repo uses is using a separate builder script to build packages. It can also help one make their own xbps repository.
Alternatively, any templates from pkgs/ can be copied into any up to date void-packages/srcpkgs/ and built using their official documentation.
Contributing
See CONTRIBUTING.md
Community
- Voiders on Discord: https://discord.gg/9w9sGHDPAq
- Voiders on Telegram: https://t.me/voiderscommunity
- Voiders on XMPP: xmpp:voiders@groups.freesoftware.se?join
Not affiliated with the official Void Linux project.