Files
homebrew-cask/Casks/p/pibar.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

18 lines
475 B
Ruby

cask "pibar" do
version "1.1.2"
sha256 "61808096da94b8e7f857e48b0bd499f28ad9f3822ba0d0fed29be9d6b1163949"
url "https://s3.amazonaws.com/amiantos/PiBar-#{version}.zip",
verified: "s3.amazonaws.com/amiantos/"
name "PiBar"
desc "Pi-hole(s) management in the menu bar"
homepage "https://github.com/amiantos/pibar"
app "PiBar.app"
zap trash: [
"~/Library/Application Scripts/net.amiantos.PiBar",
"~/Library/Containers/net.amiantos.PiBar",
]
end