This Template has been moved to my void package collection

May 23, 2022 · View on GitHub

Void Linux template file for xbps-src


This Template has been moved to my void package collection


Instructions for building hypr on void linux using xbps-src:

  1. 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
  1. Download the template repo and copy into srcpkgs:
 git clone https://github.com/Flammable-Duck/hypr-template
 mv hypr-template ./srcpkgs/hypr
  1. 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