homebrew-cask/Casks/eset-cyber-security-pro.rb

37 lines
1.4 KiB
Ruby

cask "eset-cyber-security-pro" do
version "6.10.460.1"
sha256 :no_check
url "https://download.eset.com/com/eset/apps/home/ess/mac/latest/eset_cybersecurity_pro_en.dmg"
appcast "https://www.eset.com/int/home/cyber-security-pro/download/?type=13554&tx_esetdownloads_ajax%5Bproduct%5D=83&tx_esetdownloads_ajax%5Bplugin_id%5D=34398"
name "ESET Cyber Security Pro"
homepage "https://www.eset.com/"
pkg "Resources/Installer.pkg"
uninstall script: {
executable: "/Applications/ESET Cyber Security Pro.app/Contents/Helpers/Uninstaller.app/Contents/Scripts/uninstall.sh",
sudo: true,
},
pkgutil: [
"com.eset.esetCyberSecurityPro.com.eset.esets_gui.pkg",
"com.eset.esetCyberSecurityPro.pkgid2.pkg",
"com.eset.esetCyberSecurityPro.ESETCyberSecurityPro.pkg",
"com.eset.esetCyberSecurityPro.com.eset.esets_pidmapper.pkg",
"com.eset.esetCyberSecurityPro.com.eset.esets_daemon.pkg",
"com.eset.esetCyberSecurityPro.GUI_startup.pkg",
],
launchctl: [
"com.eset.esets_pidmapper",
"com.eset.esets_daemon",
],
delete: "/Applications/ESET Cyber Security Pro.app"
zap trash: [
"~/Library/Caches/com.eset.ecsp.*",
"~/Library/Preferences/com.eset.ecsp.*.plist",
"/Library/Application Support/ESET",
"~/.esets",
]
end