Celediel-patches
install.sh | ||
LICENSE | ||
README.md |
void-packages
Void linux package templates I've created that probably wouldn't get accepted into the repos.
(DIY VUR?)
install
Run install.sh
or do it manually like
for item in srcpkgs/*; do cp -r $item $HOME/void-packages/srcpkgs; done