diff options
| author | Petr Hosek | 2012-06-11 11:26:45 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-11 06:58:28 -0700 |
| commit | 15c234d5cc67af385b1703cfcda52d18978161ca (patch) | |
| tree | 8587bb485f6d9abcfefc3226a4486e8dbc78bbdc /Library | |
| parent | 1a31902a277a60d97495f4d04fa52a77dee0b167 (diff) | |
| download | homebrew-15c234d5cc67af385b1703cfcda52d18978161ca.tar.bz2 | |
dart: added link to pub (The Dart Package Manager)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dart.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/dart.rb b/Library/Formula/dart.rb index 848db3468..38a48b433 100644 --- a/Library/Formula/dart.rb +++ b/Library/Formula/dart.rb @@ -18,6 +18,7 @@ class Dart < Formula (bin+'dart').write shim_script("#{libexec}/bin/dart") (bin+'dart2js').write shim_script("#{libexec}/bin/dart2js") + (bin+'pub').write shim_script("#{libexec}/bin/pub") end def test |
