Kaynağa Gözat

Added AnyDesk from jpiel

Dennis Juhler Aagaard 5 yıl önce
ebeveyn
işleme
e0dcce20f8
2 değiştirilmiş dosya ile 85 ekleme ve 0 silme
  1. 33 0
      AnyDesk/Anydesk.download.recipe
  2. 52 0
      AnyDesk/Anydesk.munki.recipe

+ 33 - 0
AnyDesk/Anydesk.download.recipe

@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>Description</key>
+	<string>Control remotly a desktop</string>
+	<key>Identifier</key>
+	<string>com.github.jpiel.download.Anydesk</string>
+	<key>Input</key>
+	<dict>
+		<key>NAME</key>
+		<string>Anydesk</string>
+	</dict>
+	<key>Process</key>
+	<array>
+		<dict>
+			<key>Processor</key>
+			<string>URLDownloader</string>
+			<key>Arguments</key>
+			<dict>
+				<key>filename</key>
+				<string>%NAME%.dmg</string>
+				<key>url</key>
+				<string>https://download.anydesk.com/anydesk.dmg</string>
+			</dict>
+		</dict>
+		<dict>
+			<key>Processor</key>
+			<string>EndOfCheckPhase</string>
+		</dict>
+	</array>
+</dict>
+</plist>

+ 52 - 0
AnyDesk/Anydesk.munki.recipe

@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+	<key>Description</key>
+	<string>Control remotly a desktop</string>
+	<key>Identifier</key>
+	<string>com.github.jpiel.munki.Anydesk</string>
+	<key>Input</key>
+	<dict>
+		<key>MUNKI_CATEGORY</key>
+		<string>Admin Utils</string>
+		<key>MUNKI_REPO_SUBDIR</key>
+		<string>app</string>
+		<key>pkginfo</key>
+		<dict>
+            <key>catalogs</key>
+            <array>
+                <string>testing</string>
+            </array>
+            <key>description</key>
+            <string>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.</string>
+            <key>category</key>
+            <string>%MUNKI_CATEGORY%</string>
+            <key>developer</key>
+            <string>Anydesk</string>
+            <key>name</key>
+            <string>%NAME%</string>
+			<key>unattended_install</key>
+			<true/>
+		</dict>
+	</dict>
+	<key>ParentRecipe</key>
+	<string>com.github.jpiel.download.Anydesk</string>
+	<key>Process</key>
+	<array>
+		<dict>
+			<key>Processor</key>
+			<string>MunkiImporter</string>
+			<key>Arguments</key>
+			<dict>
+				<key>repo_subdirectory</key>
+				<string>%MUNKI_REPO_SUBDIR%</string>
+				<key>pkg_path</key>
+				<string>%RECIPE_CACHE_DIR%/downloads/%NAME%.dmg</string>
+			</dict>
+		</dict>
+	</array>
+</dict>
+</plist>