Files
homebrew-cask/Casks/b/brewservicesmenubar.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

16 lines
574 B
Ruby

cask "brewservicesmenubar" do
version "4.1"
sha256 "9736f68d97ccab2028fe1f9167fe60e229562ae10f56f5506585ce4747a3d055"
url "https://github.com/andrewn/brew-services-menubar/releases/download/v#{version}/BrewServicesMenubar-v#{version}.zip"
name "Brew Services Menubar"
desc "Menu item for starting and stopping homebrew services"
homepage "https://github.com/andrewn/brew-services-menubar"
app "BrewServicesMenubar.app"
uninstall quit: "andrewnicolaou.BrewServicesMenubar"
zap trash: "~/Library/Preferences/andrewnicolaou.BrewServicesMenubar.plist"
end