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
+
+
+
+