billziss-gh / EnergyBar

Supercharge your Mac's Touch Bar.
GNU General Public License v3.0
749 stars 34 forks source link

Homebrew Cask #26

Closed quulah closed 5 years ago

quulah commented 5 years ago

I took the liberty of creating a cask in Homebrew for EnergyBar.app.

It's currently a pull request: https://github.com/Homebrew/homebrew-cask/pull/52440

My first cask, so let's see how it goes. :)

Thanks for the useful app!

billziss-gh commented 5 years ago

Wonderful. Thank you!

quulah commented 5 years ago

Pull request was merged, and brew cask install energybar seems to work as expected, so closing this.

billziss-gh commented 5 years ago

Fantastic!

BTW, I will be adding autoupdate to EnergyBar soon (along with a couple of Mojave fixes). Could the autoupdate mechanism conflict with homebrew’s way of doing things?

quulah commented 5 years ago

I don't think that's going to be a problem. At least I have a few autoupdating apps that work fine with Homebrew. Can't really vouch for it though.

Basically the cask just downloads the .zip release and extracts it to /Applications.

billziss-gh commented 5 years ago

Understood and thank you again. I will link to your cask from the README in the next update.

billziss-gh commented 5 years ago

@quulah I have now added a link to your cask from the README. I linked directly to your formula, because I could not find a web page describing the cask anywhere under https://brew.sh (or elsewhere).

BTW, you may want to update the cask to the latest EnergyBar version 1.5 with Mojave support.