makew0rld / amfora

A fancy terminal browser for the Gemini protocol.
GNU General Public License v3.0
1.14k stars 65 forks source link

Update install instructions #247

Closed vladimyr closed 3 years ago

vladimyr commented 3 years ago

Formula for amfora got accepted to the official Homebrew core tap.

makew0rld commented 3 years ago

Awesome, thank you! What is the procedure for new versions and if my build process changes? Who maintains the package? You, or the Homebrew team?

Self-note: Amfora was added to Homebrew in this PR.

vladimyr commented 3 years ago

What is the procedure for new versions

As long as you have the same build process and the source code tarball url doesn't change (apart from the version part) you can simply create an update PR with brew bump-formula-pr amfora. Also, you could utilize this Github action if you like https://github.com/mislav/bump-homebrew-formula-action If you need examples here is the setup used to autorelease gitui https://github.com/extrawurst/gitui/pull/138 and the one used for starship automated brew releases https://github.com/starship/starship/pull/1391

and if my build process changes? Who maintains the package? You, or the Homebrew team?

Homebrew doesn't have dedicated package maintainers so I guess the correct answer would be anyone who is willing to. Speaking from past experiences it is an extremely agile community.

makew0rld commented 3 years ago

Thank you. I added that GitHub action in 94806f5.