Nextcloud.munki.recipe 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>Comment</key>
  6. <string>Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)</string>
  7. <key>Description</key>
  8. <string>Downloads the latest version of Nextcloud and imports it into Munki.</string>
  9. <key>Identifier</key>
  10. <string>com.github.solutiogruppen.munki.Nextcloud</string>
  11. <key>Input</key>
  12. <dict>
  13. <key>MUNKI_REPO_SUBDIR</key>
  14. <string>apps/%NAME%</string>
  15. <key>NAME</key>
  16. <string>Nextcloud</string>
  17. <key>pkginfo</key>
  18. <dict>
  19. <key>blocking_applications</key>
  20. <array>
  21. <string>Nextcloud.app</string>
  22. </array>
  23. <key>catalogs</key>
  24. <array>
  25. <string>testing</string>
  26. </array>
  27. <key>description</key>
  28. <string>💻 Desktop sync client for Nextcloud</string>
  29. <key>developer</key>
  30. <string>Nextcloud GmbH</string>
  31. <key>display_name</key>
  32. <string>Nextcloud</string>
  33. <key>name</key>
  34. <string>%NAME%</string>
  35. <key>unattended_install</key>
  36. <true/>
  37. </dict>
  38. </dict>
  39. <key>MinimumVersion</key>
  40. <string>1.0.0</string>
  41. <key>ParentRecipe</key>
  42. <string>com.github.solutiogruppen.download.Nextcloud</string>
  43. <key>Process</key>
  44. <array>
  45. <dict>
  46. <key>Arguments</key>
  47. <dict>
  48. <key>dmg_path</key>
  49. <string>%RECIPE_CACHE_DIR%/%NAME%.dmg</string>
  50. <key>dmg_root</key>
  51. <string>%RECIPE_CACHE_DIR%/%NAME%</string>
  52. </dict>
  53. <key>Processor</key>
  54. <string>DmgCreator</string>
  55. </dict>
  56. <dict>
  57. <key>Arguments</key>
  58. <dict>
  59. <key>pkg_path</key>
  60. <string>%dmg_path%</string>
  61. <key>repo_subdirectory</key>
  62. <string>%MUNKI_REPO_SUBDIR%</string>
  63. </dict>
  64. <key>Processor</key>
  65. <string>MunkiImporter</string>
  66. </dict>
  67. </array>
  68. </dict>
  69. </plist>