Voiders Custom Repository https://voiders.dev
  • C 63.1%
  • Shell 36.2%
  • JavaScript 0.7%
Find a file
plavpixel 4530c62d7b
All checks were successful
/ build (push) Successful in 2h47m43s
linux-zen: bump to 7.2.3
2026-09-04 22:49:51 -04:00
.forgejo/workflows ci: remove broken workflows 2026-08-02 16:52:20 -04:00
common feat(hyprland): add hyprland ecosystem and packages 2026-07-30 18:20:54 +00:00
pkgs linux-zen: bump to 7.2.3 2026-09-04 22:49:51 -04:00
.gitignore Init 2026-06-06 16:26:55 +02:00
CONTRIBUTING.md docs: update orphaned pkg instructions 2026-07-22 12:36:49 -04:00
LICENSE docs: update license to MIT 2026-07-09 16:11:14 -04:00
MIRRORS.md docs: clarify unofficial mirrors 2026-08-08 20:02:59 +00:00
README.md docs: mention voiders-removed metapackage 2026-08-21 22:32:01 -04: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.

Installation

1. Add the repository

You can replace the link with any from MIRRORS.md.

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: a8:f0:05:df:01:c4:37:92:83:f6:8b:9a:ce:ab:73:29

3. Packages

Install a package:

sudo xbps-install svc

List all packages:

xbps-query -i -M --repository=https://repo.voiders.dev -s ''

4. Removed Packages

Occasionally, packages may be removed from our repository due to various reasons. You can track these changes by installing the metapackage:

xbps-install -S voiders-removed

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.