This Template has been moved to my void package collection
Instructions for building hypr on void linux using xbps-src:
- Setup the
void-packagesrepo:
❯ git clone --depth=1 https://github.com/void-linux/void-packages
❯ cd void-packages
❯ ./xbps-src binary-bootstrap
❯ echo XBPS_ALLOW_RESTRICTED=yes >> etc/conf- Download the template repo and copy into
srcpkgs:
❯ git clone https://github.com/Flammable-Duck/hypr-template
❯ mv hypr-template ./srcpkgs/hypr- Build & install the package:
❯ ./xbps-src pkg hypr
❯ sudo xbps-install --repository=hostdir/binpkgs hyprNote #1: if you have xtools installed you can install the package by running xi -f hypr (instead of using xbps-install).
This is my first void package, so please feel free to let me know if there are problems with it.
Special thanks to @ibhagwan, who I shamelessly stole this readme from