homebrew-cask/Casks/intellij-idea-ce.rb

29 lines
903 B
Ruby
Raw Normal View History

2014-11-14 01:26:06 +08:00
cask :v1 => 'intellij-idea-ce' do
version '14.0.3'
sha256 '31ae30c4cd4813a71c8d180204646bd8fe4a98f9c1e2f19772d1af1b3e977303'
2014-08-13 15:51:37 +08:00
url "http://download.jetbrains.com/idea/ideaIC-#{version}.dmg"
homepage 'https://www.jetbrains.com/idea/'
license :apache
app 'IntelliJ IDEA 14 CE.app'
2014-10-22 18:16:41 +08:00
zap :delete => [
'~/Library/Application Support/IdeaIC14',
'~/Library/Preferences/IdeaIC14',
'~/Library/Caches/IdeaIC14',
'~/Library/Logs/IdeaIC14',
2014-10-22 18:16:41 +08:00
]
2014-10-04 21:56:16 +08:00
caveats <<-EOS.undent
#{token} requires Java 6 like any other IntelliJ-based IDE.
You can install it with
brew cask install caskroom/homebrew-versions/java6
The vendor (JetBrains) doesn't support newer versions of Java (yet)
due to several critical issues, see details at
https://intellij-support.jetbrains.com/entries/27854363
2014-10-04 21:56:16 +08:00
EOS
end