AlphaTechnolog / vur-hypr-template

Void Linux template file for xbps-src (hypr)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Void Linux template file for xbps-src (hypr)