homebrew-cask/Casks/z/zoho-docs.rb

24 lines
556 B
Ruby

cask "zoho-docs" do
version "1.10.2"
sha256 :no_check
url "https://files-accl.zohopublic.com/public/docsbin/download/393b1306f04a3078b525b2c637d0a727",
verified: "files-accl.zohopublic.com/"
name "Zoho Docs"
desc "Sync files to/from Zoho Docs"
homepage "https://www.zoho.com/docs/desktop-sync.html"
livecheck do
url :url
strategy :extract_plist
end
app "Zoho Docs.app"
zap trash: [
"~/.zohodocs",
"~/Library/Application Scripts/com.zohosync.zohodocs",
"~/Library/Containers/com.zohosync.zohodocs",
]
end