Add OpenVPN Connect to maintained apps: create a Homebrew input manifest and add an apps.json entry. Add a darwin output with version 3.8.1 (installer URL, sha256) plus install/uninstall script refs that handle quitting/relaunching and cleanup. Add frontend icon component and register it in the icon map, and include the app icon asset. Default category set to Productivity.
10 lines
316 B
JSON
10 lines
316 B
JSON
{
|
|
"name": "OpenVPN Connect",
|
|
"unique_identifier": "org.openvpn.client.app",
|
|
"token": "openvpn-connect",
|
|
"installer_format": "dmg",
|
|
"slug": "openvpn-connect/darwin",
|
|
"default_categories": ["Productivity"],
|
|
"install_script_path": "ee/maintained-apps/inputs/homebrew/scripts/openvpn-connect-install.sh"
|
|
}
|