diff --git a/ONLYOFFICE/ONLYOFFICE.munki.recipe b/ONLYOFFICE/ONLYOFFICE.munki.recipe new file mode 100644 index 0000000..aae3b7f --- /dev/null +++ b/ONLYOFFICE/ONLYOFFICE.munki.recipe @@ -0,0 +1,130 @@ + + + + + Description + Downloads the latest ONLYOFFICE pkg and imports into Munki. + For Apple Silicon version, override ARCH with "arm" and SUPPORTED_ARCHITECTURES with "arm64". + Identifier + com.github.wycomco.munki.ONLYOFFICE + Input + + ARCH + x86_64 + MUNKI_REPO_SUBDIR + apps/%NAME% + NAME + ONLYOFFICE + SUPPORTED_ARCHITECTURES + x86_64 + pkginfo + + catalogs + + testing + + category + Productivity + description + Create, view and edit documents of any size and complexity. Work with most popular formats: DOCX, ODT, XLSX, ODS, CSV, PPTX, ODP, etc. Deal with multiple files within one and the same window thanks to the tab-based user interface. + developer + Ascensio System SIA + display_name + ONLYOFFICE + name + %NAME% + supported_architectures + + %SUPPORTED_ARCHITECTURES% + + unattended_install + + unattended_uninstall + + + + ParentRecipe + com.github.ahousseini-recipes.pkg.ONLYOFFICE + Process + + + Arguments + + info_path + %RECIPE_CACHE_DIR%/%NAME%/ONLYOFFICE.app/Contents/Info.plist + plist_keys + + LSMinimumSystemVersion + minimum_os_version + + + Processor + PlistReader + + + Arguments + + additional_pkginfo + + minimum_os_version + %minimum_os_version% + + + Processor + MunkiPkginfoMerger + + + Arguments + + destination_path + %RECIPE_CACHE_DIR%/Applications + source_path + %RECIPE_CACHE_DIR%/%NAME% + + Processor + Copier + + + Arguments + + faux_root + %RECIPE_CACHE_DIR% + installs_item_paths + + /Applications/ONLYOFFICE.app + + version_comparison_key + CFBundleShortVersionString + + Processor + MunkiInstallsItemsCreator + + + Processor + MunkiPkginfoMerger + + + Arguments + + pkg_path + %RECIPE_CACHE_DIR%/ONLYOFFICE-%version%.pkg + repo_subdirectory + %MUNKI_REPO_SUBDIR% + + Processor + MunkiImporter + + + Arguments + + path_list + + %RECIPE_CACHE_DIR%/Applications + + + Processor + PathDeleter + + + +