homebrew-cask/Casks/thedesk.rb

24 lines
619 B
Ruby

cask "thedesk" do
version "24.0.10"
sha256 "d4fff77907d8f000c7a5de28a0f95779b20303e9ff1334b042fb0086649def0b"
url "https://github.com/cutls/TheDesk/releases/download/v#{version}/TheDesk-#{version}-universal.dmg",
verified: "github.com/cutls/TheDesk/"
name "TheDesk"
desc "Mastodon/Misskey Client for PC"
homepage "https://thedesk.top/"
livecheck do
url :url
strategy :github_latest
end
app "TheDesk.app"
zap trash: [
"~/Library/Application Support/thedesk",
"~/Library/Preferences/top.thedesk.plist",
"~/Library/Saved Application State/top.thedesk.savedState",
]
end