timbray / topfew

Finds the field values (or combinations of values) which appear most often in a stream of records.
GNU General Public License v3.0
188 stars 6 forks source link

Brew Formula #21

Open flaviomartins opened 6 months ago

flaviomartins commented 6 months ago

Now that binaries are built… let’s get people to install using (Linux)brew.

brew install tf

Here is a similar formula for another go cli tool: https://github.com/Homebrew/homebrew-core/blob/master/Formula/t/tz.rb

timbray commented 6 months ago

Cool. I'm also looking at https://docs.brew.sh/Formula-Cookbook

Don't understand that sha256 cellar: :any_skip_relocation stuff, but haven't started looking seriously yet.

timbray commented 6 months ago

https://github.com/Homebrew/homebrew-core/pull/170968

timbray commented 5 months ago

Hey @flaviomartins do you have insight into the Brew process? That PR above has been approved by a committer, do you know if I have to do anything to move things along?

flaviomartins commented 5 months ago

Hi, I think they approved the changes, but did not merge the PR. For the PR to be merged, someone needs to add the tag ready to merge. But I am just saying this from what I gather from gleaning at other formulas, not from experience.

PS: From what I gleaned you might need to do these