A community managed repositories for void-linux
  • C 94.5%
  • Shell 4.8%
  • JavaScript 0.7%
Find a file
plavpixel 6a9a274126
All checks were successful
/ build (push) Successful in 3m8s
docs: fix typo in install section
2026-07-09 20:45:16 +00:00
.forgejo/workflows Init 2026-06-06 16:26:55 +02:00
pkgs noctalia: bump to 5.0.0beta2 2026-07-09 13:27:40 -04:00
.gitignore Init 2026-06-06 16:26:55 +02:00
CONTRIBUTING.md write proper docs 2026-07-09 16:23:06 -04:00
LICENSE docs: update license to MIT 2026-07-09 16:11:14 -04:00
README.md docs: fix typo in install section 2026-07-09 20:45:16 +00:00
repo-key.pem.pub Init 2026-06-06 16:26:55 +02:00
unbuilt_packages docs: update license to MIT 2026-07-09 16:11:14 -04:00

Voiders Community Repository

Void Linux x86_64-glibc x86_64-musl

Build License

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:

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 the fingerprint: 89:1a:ad:ce:c4:ab: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


Not affiliated with the official Void Linux project.