topfew
topfew copied to clipboard
Brew Formula
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
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.
https://github.com/Homebrew/homebrew-core/pull/170968
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?
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
- Add topfew in the file .github/autobump.txt
- Squash all commits (keeping the first commit message) and force push
It appears that this item can be closed - I just installed with brew install topfew on my MacBook Air M1.
Oops yes.