Merge pull request #2883 from chrisoei/dart-editor

Dart editor
This commit is contained in:
Vítor Galvão 2014-02-13 00:15:59 +00:00
commit 17034fc392
1 changed files with 7 additions and 0 deletions

7
Casks/dart-editor.rb Normal file
View File

@ -0,0 +1,7 @@
class DartEditor < Cask
url 'http://storage.googleapis.com/dart-archive/channels/stable/release/latest/editor/darteditor-macos-x64.zip'
homepage 'https://www.dartlang.org/tools/editor/'
version 'latest'
no_checksum
link 'dart/DartEditor.app'
end