A shared custom repo managed by voiders https://voiders-community.codeberg.page
  • C 65.1%
  • Shell 34.9%
Find a file
2026-06-05 23:19:58 -04:00
srcpkgs new package: freesmlauncher-2.2.0 2026-06-05 23:19:58 -04:00
.gitignore update gitignore 2025-12-10 17:06:59 +01:00
build.sh build.sh: remove rm -rf srcpkgs 2026-05-05 18:37:17 +02:00
CONTRIBUTING.md docs: document new build system changes 2026-05-05 15:39:09 -04:00
LICENSE.md Add MIT License file 2026-02-01 16:18:14 -05:00
README.md README.md: correct new fingerprint 2026-05-08 01:36:13 +02:00

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.