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.
13 lines
462 B
13 lines
462 B
cask :v1 => 'scala-ide-nightly' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url "http://download.scala-ide.org/nightly-scala-ide-4.0.x-211x.zip"
|
|
homepage 'http://scala-ide.org/'
|
|
license :bsd
|
|
|
|
# Renamed for clarity: app name is inconsistent with its branding.
|
|
# Also renamed to avoid conflict with other eclipse Casks.
|
|
# Original discussion: https://github.com/caskroom/homebrew-cask/pull/2731
|
|
app 'eclipse/Eclipse.app', :target => 'Scala IDE.app'
|
|
end
|
|
|