Files
homebrew-cask/Casks/e/energybar.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
449 B
Ruby

cask "energybar" do
version "1.7.19321"
sha256 "96c06a93d5916001306af401046295926bf38996d767365c199131e068d85627"
url "https://github.com/billziss-gh/EnergyBar/releases/download/v#{version.major_minor}/EnergyBar-#{version}.zip"
name "EnergyBar"
desc "Touch Bar widget application"
homepage "https://github.com/billziss-gh/EnergyBar"
depends_on macos: ">= :high_sierra"
app "EnergyBar.app"
caveats do
discontinued
end
end