From 9def95c668225078674e2ad0aebdb75e20e44080 Mon Sep 17 00:00:00 2001 From: Elliot Jordan Date: Sat, 2 Mar 2024 12:07:48 -0800 Subject: [PATCH] Add Black Eye recipes --- BlackEye/BlackEye.download.recipe | 44 +++++++++++++++++++++++ BlackEye/BlackEye.munki.recipe | 58 +++++++++++++++++++++++++++++++ BlackEye/BlackEye.pkg.recipe | 35 +++++++++++++++++++ 3 files changed, 137 insertions(+) create mode 100644 BlackEye/BlackEye.download.recipe create mode 100644 BlackEye/BlackEye.munki.recipe create mode 100644 BlackEye/BlackEye.pkg.recipe diff --git a/BlackEye/BlackEye.download.recipe b/BlackEye/BlackEye.download.recipe new file mode 100644 index 00000000..472a4e87 --- /dev/null +++ b/BlackEye/BlackEye.download.recipe @@ -0,0 +1,44 @@ + + + + + Comment + Created with Recipe Robot v2.3.1 (https://github.com/homebysix/recipe-robot) + Description + Downloads the latest version of Black Eye. + Identifier + com.github.homebysix.download.BlackEye + Input + + NAME + BlackEye + + MinimumVersion + 2.3 + Process + + + Arguments + + github_repo + drewdiver/Black-Eye + + Processor + GitHubReleasesInfoProvider + + + Arguments + + filename + %NAME%-%version%.pkg + + Processor + URLDownloader + + + Processor + EndOfCheckPhase + + + + diff --git a/BlackEye/BlackEye.munki.recipe b/BlackEye/BlackEye.munki.recipe new file mode 100644 index 00000000..e0ff9a97 --- /dev/null +++ b/BlackEye/BlackEye.munki.recipe @@ -0,0 +1,58 @@ + + + + + Comment + Created with Recipe Robot v2.3.1 (https://github.com/homebysix/recipe-robot) + Description + Downloads the latest version of Black Eye and imports it into Munki. + Identifier + com.github.homebysix.munki.BlackEye + Input + + MUNKI_REPO_SUBDIR + apps/%NAME% + NAME + BlackEye + pkginfo + + blocking_applications + + Black Eye.app + + catalogs + + testing + + description + Keep your Mac awake. + developer + Drew Diver + display_name + Black Eye + name + %NAME% + unattended_install + + + + MinimumVersion + 2.3 + ParentRecipe + com.github.homebysix.download.BlackEye + Process + + + Arguments + + pkg_path + %pathname% + repo_subdirectory + %MUNKI_REPO_SUBDIR% + + Processor + MunkiImporter + + + + diff --git a/BlackEye/BlackEye.pkg.recipe b/BlackEye/BlackEye.pkg.recipe new file mode 100644 index 00000000..7abb403c --- /dev/null +++ b/BlackEye/BlackEye.pkg.recipe @@ -0,0 +1,35 @@ + + + + + Comment + Created with Recipe Robot v2.3.1 (https://github.com/homebysix/recipe-robot) + Description + Downloads the latest version of Black Eye and creates a package. + Identifier + com.github.homebysix.pkg.BlackEye + Input + + NAME + BlackEye + + MinimumVersion + 2.3 + ParentRecipe + com.github.homebysix.download.BlackEye + Process + + + Arguments + + pkg_path + %RECIPE_CACHE_DIR%/%NAME%-%version%.pkg + source_pkg + %pathname% + + Processor + PkgCopier + + + +