climech / grit

Multitree-based personal task manager
MIT License
1.67k stars 48 forks source link

Brew formula #11

Open nvgrw opened 3 years ago

nvgrw commented 3 years ago

Thank you for making this! I found this project through HN and love the idea and execution.

I made a simple formula that enables the installation of grit using brew. It currently uses ab30f86 instead of a release version, because v0.2.0 does not build on macOS.

https://github.com/nvgrw/homebrew-formulae/blob/master/Formula/grit.rb

Installation is as simple as running brew install nvgrw/formulae/grit.

Obviously this is your project. Would you be able to set up your own brew tap and maintain a grit formula that is in sync with the releases in this repository? I'm pretty much a brew noob so this formula I whipped up probably doesn't follow any established best practices—it could be a useful starting point, though!

ashaikh commented 3 years ago

Seems to be another item using the name grit in homebrew, but this is still a good idea.

nvgrw commented 3 years ago

Is it necessary for Homebrew formula names to be globally unique?