mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
24 lines
599 B
Ruby
24 lines
599 B
Ruby
cask "wey" do
|
|
version "0.3.7"
|
|
sha256 "5ebbfad23a598d64c2fa1c311877546ae9b9c4e41e4040395496231fc70f68ec"
|
|
|
|
url "https://github.com/yue/wey/releases/download/v#{version}/wey-v#{version}-darwin-x64.zip"
|
|
name "Wey"
|
|
desc "Open-source Slack desktop app"
|
|
homepage "https://github.com/yue/wey"
|
|
|
|
app "Wey.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/Wey",
|
|
"~/Library/Caches/org.yue.wey",
|
|
"~/Library/Preferences/org.yue.wey.plist",
|
|
"~/Library/Saved Application State/org.yue.wey.savedState",
|
|
"~/Library/WebKit/org.yue.wey",
|
|
]
|
|
|
|
caveats do
|
|
discontinued
|
|
end
|
|
end
|