AutoPkg recipes which anyone can use from JGStew.
Where possible recipes will be in YAML format for better cross platform support at the expense of requiring AutoPkg 2.3+
requirements.txt
contains the python modules required for the AutoPkg processors used by this repo
Example pip command:
pip3 install --requirement requirements.txt
.autopkg_repos.txt
contains a list of recipe repos required for the recipes within this repo
Example bash command to add all listed repos:
for line in $(cat /tmp/.autopkg_repos.txt); do python3 ../autopkg/Code/autopkg repo-add $line; done
The example Dockerfile
in this repo sets up a working AutoPkg dev channel Docker container running on Ubuntu.
- AutoPkg for Windows Software: https://www.youtube.com/watch?v=w4WM6M89hmg
- homebysix/recipe-robot#74
- autopkg/autopkg#698 (comment)
- https://github.com/autopkg/n8felton-recipes/tree/master/SharedProcessors
- https://github.com/autopkg/autopkg/wiki/Processor-Locations
- https://github.com/autopkg/recipes/blob/master/SampleSharedProcessor/SampleSharedProcessor.recipe