Files
homebrew-cask/Casks/v/vip-access.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

27 lines
637 B
Ruby

cask "vip-access" do
version "1.0.7"
sha256 :no_check
url "https://storage.googleapis.com/sedvip-prd-idcenter-downloads/VIPAccessSecurityCode.dmg",
verified: "storage.googleapis.com/sedvip-prd-idcenter-downloads/"
name "Symantec VIP Access"
desc "Two-step authentication software"
homepage "https://vip.symantec.com/"
livecheck do
url :url
strategy :extract_plist
end
depends_on macos: ">= :sierra"
pkg "VIP Access.pkg"
uninstall pkgutil: "com.symantec.vippaccess"
zap trash: [
"~/Library/Caches/com.symantec.VIP-Access",
"~/Library/Preferences/com.symantec.VIP-Access.plist",
]
end