Files
homebrew-cask/Casks/m/menuwhere.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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