Void-HDE is a custom package repository designed for Void Linux users.
It contains pre-built .xbps packages for popular applications, enabling easy installation and updates without the need to build everything from source.
This repository currently provides pre-built packages for:
ab-download-managerbottlesbravedistroboxheroic-games-launchericoextractlibrewolfobsidianonlyofficepatoolpython3-fvspython3-setuptools-reproducibleunityhubvisual-studio-codevoid-linux-gamevkBasalt-clivoid-linux-gamevscodiumzen-browservoid-hybrid
More packages and updates will be added over time.
To add the repository to your Void Linux system:
- Create the configuration file
/etc/xbps.d/20-ErenHDE.confwith the following content:echo "repository=https://github.com/ErenHDE/Void-HDE/releases/download/v1.0/" | sudo tee /etc/xbps.d/20-ErenHDE.conf
- Synchronize and Install: Update your package list and install your desired package:
sudo xbps-install -S sudo xbps-install <packageName>
If you prefer to build the packages using xbps-src:
- Clone the
void-packagesgit repository:git clone https://github.com/void-linux/void-packages.git cd void-packages - Bootstrap the build environment (if needed):
./xbps-src binary-bootstrap
- Clone this repository and copy the contents of the relevant Template File to
void-packages/srcpkgs. - Build and Package:
./xbps-src pkg <package_name>
I'm new to maintaining a repository, so if you encounter any problems, please feel free to let me know.
As I said, this is a personal repository. I will try to add as many packages as possible that are compatible with x86_64. If you have any package requests, contact me. I will use this repo too! :D