Celediel-patches
Find a file
Lilian Jónsdóttir e559ceaa85 install script
2023-11-07 15:23:51 -08:00
install.sh install script 2023-11-07 15:23:51 -08:00
LICENSE Initial commit 2023-11-07 18:07:49 -05:00
README.md install script 2023-11-07 15:23:51 -08:00

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