# 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 ```sh for item in srcpkgs/*; do cp -r $item $HOME/void-packages/srcpkgs; done ```