diff --git a/Casks/dart-editor.rb b/Casks/dart-editor.rb new file mode 100644 index 0000000000..2b1e8de36f --- /dev/null +++ b/Casks/dart-editor.rb @@ -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