This Template has been moved to my void package collection
Instructions for building hypr
on void linux using xbps-src
:
- Setup the
void-packages
repo:
❯ 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 hypr
Note #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