homebrew-cask/Casks/scala-ide.rb

23 lines
1015 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'scala-ide' do
2015-12-04 13:57:44 +08:00
version '4.3.0'
if Hardware::CPU.is_32_bit?
# typesafe.com is the official download host per the vendor homepage
url "https://downloads.typesafe.com/scalaide-pack/#{version}-vfinal-luna-211-20150928/scala-SDK-#{version}-vfinal-2.11-macosx.cocoa.x86.zip"
2015-10-15 12:06:56 +08:00
sha256 '3f43fef5ccb7f01b6e539c9270e26799361c006b3bfdba2140a9af8e8eafe197'
else
# typesafe.com is the official download host per the vendor homepage
url "https://downloads.typesafe.com/scalaide-pack/#{version}-vfinal-luna-211-20151201/scala-SDK-#{version}-vfinal-2.11-macosx.cocoa.x86_64.zip"
2015-12-04 13:57:44 +08:00
sha256 '3a7ad459cf2257da2cb8694b47c6fdb30ff3c3bcc020e03636fc49635a476ef6'
end
2014-12-17 08:04:21 +08:00
name 'Scala IDE'
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
2014-09-16 00:06:16 +08:00
app 'eclipse/Eclipse.app', :target => 'Scala IDE.app'
2013-11-17 19:51:10 +08:00
end