A community managed repositories for void-linux
- C 65.1%
- Shell 34.9%
|
|
||
|---|---|---|
| .forgejo/workflows | ||
| pkgs | ||
| repo/binpkgs | ||
| .gitignore | ||
| README.md | ||
| repo-key.pem.pub | ||
| unbuilt_packages | ||
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.