A community managed repositories for void-linux
  • C 65.1%
  • Shell 34.9%
Find a file
Wladimir Bec 63da385468
All checks were successful
/ build (push) Successful in 49s
add README
2026-05-20 11:11:25 +02:00
.forgejo/workflows workflows/build: 'list' issue 2026-05-19 18:09:50 +02:00
pkgs dotstate: new package at 0.3.4 2026-05-20 10:52:22 +02:00
repo/binpkgs [ci] build 2026-05-20 08:59:12 +00:00
.gitignore Init 2026-05-13 22:33:49 +02:00
README.md add README 2026-05-20 11:11:25 +02:00
repo-key.pem.pub Init 2026-05-13 22:33:49 +02:00
unbuilt_packages add unbuilt_packages util 2026-05-19 09:12:28 +02:00

voiders.dev's repo

This repository contains a list of packages managed by the voiders.dev team. Packages are built for x86_64 and x86_64-musl.

Install

# install the repository
REPO=https://git.voiders.dev/voiders-community/repository/raw/branch/main/repo/binpkgs/
echo "repository=$REPO" | sudo tee /etc/xbps.d/voiders-dev-repo.conf

# synchronize the repositories
# This will ask you if you want import the public key of the repository
# Say yes.
sudo xbps-install -Sy

Submitting a pull request

Pull requests should only contain a single package.

The commits style is as follow:

Name Commit message
Adding a new package $pkgname: new package at $pkgversion
Updating a package $pkgname: bump to $newversion
Miscellaneous changes $pkgname: misc ...

The package must be validate by xlint: xlint pkgs/mypkg/template.