homebrew-cask/Casks/eclipse-rcp.rb

12 lines
560 B
Ruby

cask 'eclipse-rcp' do
version '4.15.0,2020-03:R'
sha256 '570e9088a9bd3522723b573c913c6af9909e1360a12f6cab8c5199a68a233a22'
url "https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/#{version.after_comma.before_colon}/#{version.after_colon}/eclipse-rcp-#{version.after_comma.before_colon}-#{version.after_colon}-macosx-cocoa-x86_64.dmg&r=1"
name 'Eclipse for RCP and RAP Developers'
homepage 'https://eclipse.org/'
# Renamed to avoid conflict with other Eclipse.
app 'Eclipse.app', target: 'Eclipse RCP.app'
end