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
528 B
Ruby
24 lines
528 B
Ruby
cask "menuwhere" do
|
|
version "2.2.1"
|
|
sha256 :no_check
|
|
|
|
url "https://manytricks.com/download/menuwhere"
|
|
name "Menuwhere"
|
|
desc "Access the menu from anywhere"
|
|
homepage "https://manytricks.com/menuwhere/"
|
|
|
|
livecheck do
|
|
url "https://manytricks.com/menuwhere/appcast/"
|
|
strategy :sparkle, &:short_version
|
|
end
|
|
|
|
app "Menuwhere.app"
|
|
|
|
uninstall quit: "com.manytricks.Menuwhere"
|
|
|
|
zap trash: [
|
|
"~/Library/Caches/com.manytricks.Menuwhere",
|
|
"~/Library/Preferences/com.manytricks.Menuwhere.plist",
|
|
]
|
|
end
|