WIP Recipes
This MR will add the wip
folder with hundreds of incomplete recipes to be improved by other packagers.
To test the recipes run this command:
cd cookbook && git checkout master && git pull && git checkout wip-recipes && git pull && git merge master
This command will update the master
branch, active the wip-recipes
branch and merge the master
branch on it.
That way your build system will be up-to-date, don't forget to run this command again when new commits are sent to the both branches.
Edited by Ribbon