Created
June 14, 2012 23:20
-
-
Save kevmoo/2933621 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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! |
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
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:
To install almost latest continuous build (as I can keep up with it):
Feel free comment/fork the gist if you have other ideas.
Happy brewing.