homebrew-cask/Casks/softube-central.rb

32 lines
959 B
Ruby

cask "softube-central" do
version "1.5.1"
sha256 "ab5db2b2dedc2bc18757d0ed02cd07deada327f1ce6699a996975236c4c70077"
url "https://softubestorage.b-cdn.net/softubecentral/Softube%20Central-#{version}.pkg",
verified: "softubestorage.b-cdn.net/"
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