homebrew-cask/Casks/eclipse-installer.rb

20 lines
484 B
Ruby

cask :v1 => 'eclipse-installer' do
version :latest
sha256 :no_check
url 'http://eclipse.org/downloads/download.php?file=/oomph/products/eclipse-inst-mac64.tar.gz&r=1'
name 'Eclipse Installer'
homepage 'http://eclipse.org/'
license :eclipse
app 'Eclipse Installer.app'
depends_on :macos => '>= :leopard'
depends_on :arch => :x86_64
caveats <<-EOS.undent
#{token} requires Java. You can install the latest version with
brew cask install java
EOS
end