homebrew-cask/Casks/wpsoffice.rb

21 lines
718 B
Ruby

cask "wpsoffice" do
version "2.6.0,4284"
sha256 "d9b8fb2da3903c7c2ed409142cd2046653c692d90d56497b33705443aad7996f"
# wdl1.pcfg.cache.wpscdn.com/ was verified as official when first introduced to the cask
url "https://wdl1.pcfg.cache.wpscdn.com/wpsdl/macwpsoffice/download/#{version.before_comma}.#{version.after_comma}/WPSOffice_#{version.before_comma}(#{version.after_comma}).dmg"
name "WPS Office"
homepage "https://www.wps.com/mac/"
depends_on macos: ">= :sierra"
app "wpsoffice.app"
uninstall quit: "com.kingsoft.wpsoffice.mac.global"
zap trash: [
"~/Library/Application Scripts/com.kingsoft.wpsoffice.mac.global",
"~/Library/Containers/com.kingsoft.wpsoffice.mac.global",
]
end