You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
409 B

cask :v1 => 'darteditor-dev' do
version :latest
sha256 :no_check
# googleapis.com is the official download host per the vendor homepage
url 'https://storage.googleapis.com/dart-archive/channels/dev/release/latest/editor/darteditor-macos-x64.zip'
name 'Dart Editor'
homepage 'https://www.dartlang.org/tools/editor/'
license :bsd
app 'dart/DartEditor.app', :target => 'DartEditor-dev.app'
end