homebrew-cask/Casks/eclipse-platform.rb

14 lines
523 B
Ruby

cask 'eclipse-platform' do
version '4.8,201806110500'
sha256 '2d5a377c64b64dc3661b90e66c51141467ed7c7ee6235bab91ae1a569da0b422'
url "http://download.eclipse.org/eclipse/downloads/drops#{version.major}/R-#{version.before_comma}-#{version.after_comma}/eclipse-SDK-#{version.before_comma}-macosx-cocoa-x86_64.dmg"
name 'Eclipse SDK'
homepage 'https://eclipse.org/eclipse/'
depends_on macos: '>= :leopard'
# Renamed to avoid conflict with other Eclipse.
app 'Eclipse.app', target: 'Eclipse Platform.app'
end