homebrew-cask/Casks/softube-central.rb

32 lines
1003 B
Ruby

cask "softube-central" do
version "1.5.0"
sha256 "4c8fd4d4a398658f883013247892f11eec149a7b2ce99857217678540d313436"
# softubestorage.b-cdn.net/ was verified as official when first introduced to the cask
url "https://softubestorage.b-cdn.net/softubecentral/Softube%20Central-#{version}.pkg"
name "Softube Central"
desc "Installer for installation and license activation of Softube products"
homepage "https://www.softube.com/softube-central/"
auto_updates true
depends_on cask: "ilok-license-manager"
pkg "Softube Central-#{version}.pkg"
uninstall quit: [
"org.softube.com.softubecentral",
"com.softube.Console1OSD_Release",
],
pkgutil: [
"com.softube.pkg.*",
"com.softube.installerdaemon.helper",
"org.softube.com.softubecentral",
]
zap trash: [
"/Library/Application Support/Softube",
"~/Library/Application Support/Softube",
"~/Library/Application Support/softubecentral",
]
end