Skip to content

Instantly share code, notes, and snippets.

@kevmoo
Created June 14, 2012 23:20
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevmoo/2933621 to your computer and use it in GitHub Desktop.
Save kevmoo/2933621 to your computer and use it in GitHub Desktop.
# So this is completely gone now
# Moved to my own brew recipes collection at
# https://github.com/kevmoo/homebrew-kevmoo
# Run this:
# brew tap kevmoo/kevmoo
# and you'll be good to go!
@kevmoo
Copy link
Author

kevmoo commented Jun 15, 2012

From the discussion in the group: https://groups.google.com/a/dartlang.org/group/misc/browse_thread/thread/d1f7dee2aa5f8b64#

After chatting w/ folks on the homebrew core team, we've decided to not put the Dart Editor in the main deploy. Mostly because it's just a giant app install, which doesn't align well with their core goals.

BUT Homebrew is still an amazing tool for keeping Dart up-to-date.

To install latest 'integration' build:

brew install https://raw.github.com/gist/2933621/dart-editor.rb

To install almost latest continuous build (as I can keep up with it):

brew install https://raw.github.com/gist/2933621/dart-editor.rb --devel

Feel free comment/fork the gist if you have other ideas.

Happy brewing.

@codedreality
Copy link

Great formula, maybe you want to make it a homebrew tap, so it is easier to follow.

Just create a repository with the formula in it (for example homebrew-dart) and then put the formula in it.

Now every user can tap it with brew tap kevmoo/dart and just install with brew install dart-editor

Here are some example taps https://github.com/mxcl/homebrew/wiki/Interesting-Taps-%26-Branches

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment