❗
|
I’m currently using Fedora so this repo won’t be updated |
This repository contains packages/changes to existing packages for xbps-src.
-
dwmblocks (my build)
-
wyebadblock && wyebadblock-vimb (just installs it in vimb location)
-
Numix Solarized (builds only DarkMagenta variant because I’m too lazy to add building them all)
Package | Change |
---|---|
connman |
Uses iwd |
libXft |
Bgra patch is applied |
mksh |
Use latest git version |
Everything from suckless |
Uses my own build |
-
Clone void-packages
git clone --depth 1 https://github.com/void-linux/void-packages
-
Clone this repo
git clone --depth 1 https://github.com/notchtc/custom-void-packages
-
Merge them both
cp -r custom-void-packages/srcpkgs/* void-packages/srcpkgs/
If you haven’t used xbps-src before and don’t know what to do next, here’s what you have to do:
cd void-packages ./xbps-src binary-bootstrap echo XBPS_ALLOW_RESTRICTED=yes >> etc/conf
To build a package you need to do this in the void-packages directory:
./xbps-src pkg <pkgname>
Now you can either use xbps-install --repository=/hostdir/binpkgs/ <pkgname>
or xi <pkgname>
(if you have xtools installed) to install the package.