anishathalye / lumen

Magic auto brightness based on screen contents 💡

Home Page:https://anishathalye.com/lumen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brew formulae

jackturnbull opened this issue · comments

This may also solve #3, in that you won't need to provide auto-update functionality rather updates would be provided by brew.

If you want to submit the package to brew itself: https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/Formula-Cookbook.md

If you'd prefer to maintain your own tap:
https://github.com/Homebrew/brew/blob/master/share/doc/homebrew/How-to-Create-and-Maintain-a-Tap.md

Never done one myself so not too confident about how to do it but happy to help with the process and testing where possible!

Great idea!

It would probably make the most sense to add a cask, right?

commented

If you want to deploy as an app-bundle instead of a commandline utility, a cask is the way to go, yes :) !

Wohoo, it's been added to Homebrew Cask.

Updated instructions in 8d2e601.

Nice work, thanks 😄