20 lines
656 B
Ruby
20 lines
656 B
Ruby
cask "whalebird" do
|
|
version "6.1.1"
|
|
sha256 "7a3aa534cf1cbe7e82641272e6cc03ae88b744c3310f82010339c0655e19d09b"
|
|
|
|
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
|