My Void Linux packages collection
Find a file
2026-04-30 15:31:31 +09:00
.forgejo/workflows ci: set XBPS_MAKEJOBS in etc/conf instead of using -j flag 2026-04-17 13:55:18 +09:00
scripts Add gensum.sh script as an alternative to xgensum 2026-04-06 23:38:24 +09:00
srcpkgs opencode: update to 1.14.30 2026-04-30 15:05:09 +09:00
.gitignore Add pem to gitignore 2026-04-10 13:50:21 +09:00
LICENSE Initial commit 2026-02-26 16:12:31 +09:00
public.pem Add the public key used to sign packages 2026-04-06 18:51:07 +09:00
README.md Update README.md 2026-04-30 15:31:31 +09:00

vast-packages

This repository contains my personal XBPS source packages collection to build binary packages for the Void Linux distribution. It mainly contains packages that cannot get accepted in the official void-packages repository according to the Manual.

Binary Repo

A binary repository is hosted using a Generic Package Registry. Packages added to srcpkgs/ are automatically built, signed and deployed via a CI workflow. Add this repository to XBPS:

echo "repository=https://hosaka.cc/void/current" > /etc/xbps.d/42-hosaka.conf

Install packages using xbps-install as usual:

xbps-install -S <package>

Upstream

When a package can be submitted to the official repos, a PR is opened. If and when a PR gets merged, the package will be removed from this repo. If a removed package has previously been installed via xbps-install from this repository the package manager will fallback to the official repo automatically.

Wishlist

Mirrors

This repository is hosted on Forgejo which mirrors to the following git forges: