homebrew-cask/Casks/w/whalebird.rb

20 lines
656 B
Ruby

cask "whalebird" do
version "6.0.1"
sha256 "2a311b4ff77d75437a29988261967ddd9caaf724e015c37697cfdf3b52b212a0"
url "https://github.com/h3poteto/whalebird-desktop/releases/download/v#{version}/Whalebird-#{version}-mac-universal.dmg",
verified: "github.com/h3poteto/whalebird-desktop/"
name "Whalebird"
desc "Mastodon, Pleroma, and Misskey client"
homepage "https://whalebird.social/"
app "Whalebird.app"
zap trash: [
"~/Library/Application Support/Whalebird",
"~/Library/Logs/Whalebird",
"~/Library/Preferences/social.whalebird.app.plist",
"~/Library/Saved Application State/social.whalebird.app.savedState",
]
end