homebrew-cask/Casks/eclipse-platform.rb

14 lines
545 B
Ruby

cask 'eclipse-platform' do
version '4.10,201812060815'
sha256 '8bee330659ae3464a8ae74dbc0d5221421af1380d207ceed9d6afe52337da80f'
url "https://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops#{version.major}/R-#{version.before_comma}-#{version.after_comma}/eclipse-SDK-#{version.before_comma}-macosx-cocoa-x86_64.dmg&r=1"
name 'Eclipse SDK'
homepage 'https://eclipse.org/'
depends_on macos: '>= :leopard'
# Renamed to avoid conflict with other Eclipse.
app 'Eclipse.app', target: 'Eclipse Platform.app'
end