aaronjanse / 3mux

Terminal multiplexer inspired by i3
MIT License
1.82k stars 46 forks source link

Please support Homebrew for Packaging #88

Open ironfish opened 4 years ago

aaronjanse commented 4 years ago

Will do :-)

ironfish commented 4 years ago

Thanks you!

carlocab commented 3 years ago

https://github.com/Homebrew/homebrew-core/pull/72093 has been merged. You can now do

brew update
brew install 3mux
aaronjanse commented 3 years ago

Yay! Thank you @carlocab! :tada:

carlocab commented 3 years ago

You should add it to your docs; only 17 people have discovered the good news:

==> Analytics
install: 17 (30 days), 17 (90 days), 17 (365 days)
install-on-request: 17 (30 days), 17 (90 days), 17 (365 days)
build-error: 0 (30 days)
PotatoParser commented 3 years ago

Thank you @carlocab!

carlocab commented 3 years ago

You're welcome! You may wish to add a workflow that automates updating the Homebrew formula as part of your release process: https://github.com/dawidd6/action-homebrew-bump-formula

aaronjanse commented 3 years ago

Ooh, that'll be great. We'll also need to mess with GitHub actions to get binary releases working again (although they're needed less now that Homebrew has 3mux). It's 3 am here, so I'll take a look in the morning :-)