Nextcloud.download.recipe 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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.</string>
  9. <key>Identifier</key>
  10. <string>com.github.solutiogruppen.download.Nextcloud</string>
  11. <key>Input</key>
  12. <dict>
  13. <key>NAME</key>
  14. <string>Nextcloud</string>
  15. </dict>
  16. <key>MinimumVersion</key>
  17. <string>1.0.0</string>
  18. <key>Process</key>
  19. <array>
  20. <dict>
  21. <key>Arguments</key>
  22. <dict>
  23. <key>asset_regex</key>
  24. <string>.*\.tgz$</string>
  25. <key>github_repo</key>
  26. <string>nextcloud-releases/desktop</string>
  27. </dict>
  28. <key>Processor</key>
  29. <string>GitHubReleasesInfoProvider</string>
  30. </dict>
  31. <dict>
  32. <key>Arguments</key>
  33. <dict>
  34. <key>filename</key>
  35. <string>%NAME%-%version%.tgz</string>
  36. </dict>
  37. <key>Processor</key>
  38. <string>URLDownloader</string>
  39. </dict>
  40. <dict>
  41. <key>Processor</key>
  42. <string>EndOfCheckPhase</string>
  43. </dict>
  44. <dict>
  45. <key>Arguments</key>
  46. <dict>
  47. <key>archive_path</key>
  48. <string>%pathname%</string>
  49. <key>destination_path</key>
  50. <string>%RECIPE_CACHE_DIR%/%NAME%</string>
  51. <key>purge_destination</key>
  52. <true/>
  53. </dict>
  54. <key>Processor</key>
  55. <string>Unarchiver</string>
  56. </dict>
  57. <dict>
  58. <key>Arguments</key>
  59. <dict>
  60. <key>expected_authority_names</key>
  61. <array>
  62. <string>Developer ID Installer: Nextcloud GmbH (NKUJUXUJ3B)</string>
  63. <string>Developer ID Certification Authority</string>
  64. <string>Apple Root CA</string>
  65. </array>
  66. <key>input_path</key>
  67. <string>%RECIPE_CACHE_DIR%/%NAME%/var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-16701-install/arm/Nextcloud-qt5.15.4-3.9.1.16701git.pkg</string>
  68. </dict>
  69. <key>Processor</key>
  70. <string>CodeSignatureVerifier</string>
  71. </dict>
  72. <dict>
  73. <key>Arguments</key>
  74. <dict>
  75. <key>destination_path</key>
  76. <string>%RECIPE_CACHE_DIR%/unpack</string>
  77. <key>flat_pkg_path</key>
  78. <string>%RECIPE_CACHE_DIR%/%NAME%/var/folders/yr/9dx0mtfj7kdf4725tmcz6md80000gp/T/macos-16701-install/arm/Nextcloud-qt5.15.4-3.9.1.16701git.pkg</string>
  79. <key>purge_destination</key>
  80. <true/>
  81. </dict>
  82. <key>Processor</key>
  83. <string>FlatPkgUnpacker</string>
  84. </dict>
  85. <dict>
  86. <key>Arguments</key>
  87. <dict>
  88. <key>destination_path</key>
  89. <string>%RECIPE_CACHE_DIR%/payload</string>
  90. <key>pkg_payload_path</key>
  91. <string>%RECIPE_CACHE_DIR%/unpack/Nextcloud.pkg/Payload</string>
  92. <key>purge_destination</key>
  93. <true/>
  94. </dict>
  95. <key>Processor</key>
  96. <string>PkgPayloadUnpacker</string>
  97. </dict>
  98. <dict>
  99. <key>Arguments</key>
  100. <dict>
  101. <key>input_plist_path</key>
  102. <string>%RECIPE_CACHE_DIR%/payload/Applications/Nextcloud.app/Contents/Info.plist</string>
  103. <key>plist_version_key</key>
  104. <string>CFBundleShortVersionString</string>
  105. </dict>
  106. <key>Processor</key>
  107. <string>Versioner</string>
  108. </dict>
  109. </array>
  110. </dict>
  111. </plist>