Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish Homebrew Formulae #122

Open
osterman opened this issue Dec 23, 2018 · 1 comment
Open

Publish Homebrew Formulae #122

osterman opened this issue Dec 23, 2018 · 1 comment

Comments

@osterman
Copy link
Member

what

  • Publish homebrew formulae for all our package

why

  • Make it easy to install packages on OSX

references

@nitrocode
Copy link
Member

@osterman instead of maintaining this as homebrew formula, couldn't we use homebrew directly for some of these packages instead of having to maintain them here?

install homebrew on geodesic

 ⨠ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
install gron via homebrew
 ⨠ brew search gron
 ⨠ brew install gron
 ⨠ which gron
 /home/linuxbrew/.linuxbrew/bin/gron
 ⨠ echo '{ "a": "a" }' | gron
 json = {};
 json.a = "a";

@nitrocode nitrocode mentioned this issue Nov 17, 2021
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants