- C 65.1%
- Shell 34.9%
| srcpkgs | new package: freesmlauncher-2.2.0 | |
| .gitignore | update gitignore | |
| build.sh | build.sh: remove rm -rf srcpkgs | |
| CONTRIBUTING.md | docs: document new build system changes | |
| LICENSE.md | Add MIT License file | |
| README.md | README.md: correct new fingerprint | |
Void Community Repository
Build Packages Open Issues Pull Requests License
An unofficial, community-driven package repository for Void Linux.
Hosts packages that might not meet the strict guidelines of the official repos, including patched versions, experimental software, and/or custom configs.
Supported architectures: x86_64 and x86_64-musl.
Note: This repo was recently migrated from GitHub. Things should be stable now, but if you find problems, please open an issue.
Installation
1. Add the repository
echo "repository=https://repo.voiders.workers.dev/x86_64" | sudo tee /etc/xbps.d/20-voiders.conf
Or append -musl to the url if needed:
echo "repository=https://repo.voiders.workers.dev/x86_64-musl" | sudo tee /etc/xbps.d/20-voiders.conf
2. Sync and import the key
sudo xbps-install -S
XBPS will ask to import our RSA key. Confirm the fingerprint:
Signed by: Voiders <repo@voiders.dev>
Fingerprint: e6:42:a1:a8:8a:d4:b4:84:50:a4:ea:d0:9f:16:be:5d
3. Install packages
sudo xbps-install <pkgname>
List all packages:
x86_64:
xbps-query -i -M --repository https://repo.voiders.workers.dev/x86_64 -s ''
x86_64-musl:xbps-query -i -M --repository https://repo.voiders.workers.dev/x86_64-musl -s ''
Building locally
If you want to test or build a template yourself:
git clone https://codeberg.org/voiders-community/packages.git
cd packages
./build.sh --distdir ~/void-packages <pkgname>
This script copies the templates from srcpkgs/ into a local void-packages clone and runs xbps-src for you. It's meant for contributors, not for the actual repo CI.
How the repo is built
Packages are built and signed automatically on a bare metal Void server. The entire pipeline can be found in a separate repo:
voiders-community/infrastructure
Contributing
See CONTRIBUTING.md
Not affiliated with the official Void Linux project.