ONLYOFFICE.munki.recipe 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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 v1.2.1 (https://github.com/homebysix/recipe-robot)</string>
  7. <key>Description</key>
  8. <string>Downloads the latest version of ONLYOFFICE and imports it into Munki.</string>
  9. <key>Identifier</key>
  10. <string>com.github.solutiogruppen.munki.ONLYOFFICE</string>
  11. <key>Input</key>
  12. <dict>
  13. <key>MUNKI_REPO_SUBDIR</key>
  14. <string>apps/%NAME%</string>
  15. <key>NAME</key>
  16. <string>ONLYOFFICE</string>
  17. <key>pkginfo</key>
  18. <dict>
  19. <key>catalogs</key>
  20. <array>
  21. <string>testing</string>
  22. </array>
  23. <key>description</key>
  24. <string>An office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit local documents</string>
  25. <key>developer</key>
  26. <string>Ascensio System SIA</string>
  27. <key>display_name</key>
  28. <string>ONLYOFFICE</string>
  29. <key>name</key>
  30. <string>%NAME%</string>
  31. <key>unattended_install</key>
  32. <true/>
  33. </dict>
  34. </dict>
  35. <key>MinimumVersion</key>
  36. <string>1.0.0</string>
  37. <key>ParentRecipe</key>
  38. <string>com.github.solutiogruppen.download.ONLYOFFICE</string>
  39. <key>Process</key>
  40. <array>
  41. <dict>
  42. <key>Arguments</key>
  43. <dict>
  44. <key>dmg_path</key>
  45. <string>%RECIPE_CACHE_DIR%/%NAME%.dmg</string>
  46. <key>dmg_root</key>
  47. <string>%RECIPE_CACHE_DIR%/%NAME%</string>
  48. </dict>
  49. <key>Processor</key>
  50. <string>DmgCreator</string>
  51. </dict>
  52. <dict>
  53. <key>Arguments</key>
  54. <dict>
  55. <key>pkg_path</key>
  56. <string>%dmg_path%</string>
  57. <key>repo_subdirectory</key>
  58. <string>%MUNKI_REPO_SUBDIR%</string>
  59. </dict>
  60. <key>Processor</key>
  61. <string>MunkiImporter</string>
  62. </dict>
  63. </array>
  64. </dict>
  65. </plist>