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.
16 lines
574 B
Ruby
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
|