Manifests/LibreOffice.json

{
    "Name": "LibreOffice",
    "Source": "https://www.libreoffice.org/",
    "Get": {
        "Uri": "https://download.documentfoundation.org/libreoffice/stable",
        "MatchVersion": "(\\d+(\\.\\d+){1,3})",
        "Platforms": {
            "win": "Windows",
            "mac": "macOS"
        },
        "MatchArchitectures": "x86|64",
        "MatchExtensions": "\\.msi$|\\.dmg$",
        "MatchLanguage": "_([^_?!86|64]*)(\\.msi|\\.dmg)$",
        "NoLanguage": "Neutral"
    },
    "Install": {
        "Setup": "LibreOffice*.msi",
        "Physical": {
            "Arguments": "/quiet /norestart",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "/quiet /norestart",
            "PostInstall": []
        }
    }
}