Files
homebrew-cask/Casks/z/zoho-docs.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

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