Skip to content

autopkg/grahampugh-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grahampugh-recipes

A few recipes not found elsewhere. To use them, enter the following command:

autopkg repo-add grahampugh/recipes-yaml

Note that some recipes in this repo are designed to help package up software that is not publicly available. As such, those recipes have no .download recipe. Those recipes have their own README files to give further instruction.

Wait, what are all these YAML files?!

I write my recipes as yaml files. I find constructing and reading the recipes much nicer in yaml format. Since AutoPkg version 2.3, YAML recipes are supported.

If you are interested converting PLIST-based recipes to YAML, or vice-versa, take a look at my PLIST-YAML-PLIST project.

Note that AutoPkgR cannot search for YAML-based AutoPkg recipes.

JamfUploader processors

This repo contains a "stable" copy of the JamfUploader processors, used for uploading packages and other objects to Jamf Pro using the API. The original and latest version of these processors is in the repo grahampugh/jamf-upload.

For details on how to use the JamfUploader processors, please consult the JamfUploader Wiki.

Note that if you wish to use the latest version of the JamfUploader processors, you can still have this repo in your AutoPkg Recipe List as well as the jamf-upload repo. You just have to make sure that grahampugh/jamf-upload is ABOVE autopkg/grahampugh-recipes in the recipe search list. To achieve this, you can run the following commands in this order:

autopkg repo-delete grahampugh-recipes
autopkg repo-add grahampugh/jamf-upload
autopkg repo-add grahampugh-recipes