Files
homebrew-cask/Casks/i/irccloud.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

21 lines
685 B
Ruby

cask "irccloud" do
version "0.16.0"
sha256 "e942432cc457ce275960f6e5f120cc7be914ee06dc45fc88f9566a9aae251d79"
url "https://github.com/irccloud/irccloud-desktop/releases/download/v#{version}/IRCCloud-#{version}-universal.dmg"
name "IRCCloud Desktop"
desc "IRC client"
homepage "https://github.com/irccloud/irccloud-desktop"
app "IRCCloud.app"
zap trash: [
"~/Library/Application Support/IRCCloud",
"~/Library/Caches/com.irccloud.desktop",
"~/Library/Caches/com.irccloud.desktop.ShipIt",
"~/Library/Logs/IRCCloud",
"~/Library/Preferences/com.irccloud.desktop.plist",
"~/Library/Saved Application State/com.irccloud.desktop.savedState",
]
end