g-plane / zsh-yarn-autocompletions

Zsh plugin for Yarn autocompletions.
MIT License
578 stars 18 forks source link

homebrew install #2

Closed vitaliy-bobrov closed 6 years ago

vitaliy-bobrov commented 6 years ago

Will be great to automate installation as Homebrew formulare distribution, so it could be installed on Mac OS with one command brew install zsh-yarn-autocompletions.

g-plane commented 6 years ago

Good idea!

g-plane commented 6 years ago

Can anyone show me a guide to write the Formula file? I haven't published a package to Homebrew before.

SimenB commented 6 years ago

The contributing guide, and the brew binary itself, is pretty helpful: https://github.com/Homebrew/homebrew-core/blob/master/CONTRIBUTING.md#add-a-new-formula-for-foo-version-234-from-url

g-plane commented 6 years ago

I have opened a PR in https://github.com/Homebrew/homebrew-core/pull/25638 just now. Not sure if that PR will be merged or not.

g-plane commented 6 years ago

The Homebrew team doesn't accept formula which contains binaries. So I am going to close this issue.

memark commented 2 years ago

We could maybe add it in https://github.com/Homebrew/homebrew-cask (which is for binaries) though?