From e0dcce20f8301755bdcd639291b45d71f6c536bf Mon Sep 17 00:00:00 2001 From: Dennis Juhler Aagaard Date: Fri, 3 Apr 2020 17:25:12 +0200 Subject: [PATCH] Added AnyDesk from jpiel --- AnyDesk/Anydesk.download.recipe | 33 +++++++++++++++++++++ AnyDesk/Anydesk.munki.recipe | 52 +++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 AnyDesk/Anydesk.download.recipe create mode 100644 AnyDesk/Anydesk.munki.recipe diff --git a/AnyDesk/Anydesk.download.recipe b/AnyDesk/Anydesk.download.recipe new file mode 100644 index 0000000..919b11c --- /dev/null +++ b/AnyDesk/Anydesk.download.recipe @@ -0,0 +1,33 @@ + + + + + Description + Control remotly a desktop + Identifier + com.github.jpiel.download.Anydesk + Input + + NAME + Anydesk + + Process + + + Processor + URLDownloader + Arguments + + filename + %NAME%.dmg + url + https://download.anydesk.com/anydesk.dmg + + + + Processor + EndOfCheckPhase + + + + diff --git a/AnyDesk/Anydesk.munki.recipe b/AnyDesk/Anydesk.munki.recipe new file mode 100644 index 0000000..f413d3e --- /dev/null +++ b/AnyDesk/Anydesk.munki.recipe @@ -0,0 +1,52 @@ + + + + + Description + Control remotly a desktop + Identifier + com.github.jpiel.munki.Anydesk + Input + + MUNKI_CATEGORY + Admin Utils + MUNKI_REPO_SUBDIR + app + pkginfo + + catalogs + + testing + + description + Connect to a computer remotely, be it from the other end of the office or halfway around the world. + AnyDesk ensures secure and reliable remote desktop connections for IT professionals and on-the-go + individuals alike. + category + %MUNKI_CATEGORY% + developer + Anydesk + name + %NAME% + unattended_install + + + + ParentRecipe + com.github.jpiel.download.Anydesk + Process + + + Processor + MunkiImporter + Arguments + + repo_subdirectory + %MUNKI_REPO_SUBDIR% + pkg_path + %RECIPE_CACHE_DIR%/downloads/%NAME%.dmg + + + + +