homebrew-cask/Casks/intellij-idea.rb

32 lines
895 B
Ruby
Raw Normal View History

2014-11-14 01:26:06 +08:00
cask :v1 => 'intellij-idea' do
2015-01-29 01:24:32 +08:00
version '14.0.3'
sha256 '0a716c9b375a31574449bbc3961314caf7c113ae415ef0e8652e7ce60b384b23'
2014-08-13 15:51:37 +08:00
url "http://download.jetbrains.com/idea/ideaIU-#{version}.dmg"
2015-01-05 00:57:22 +08:00
name 'IntelliJ IDEA'
2014-12-25 01:39:26 +08:00
homepage 'https://www.jetbrains.com/idea/'
2014-11-12 08:38:39 +08:00
license :commercial
app 'IntelliJ IDEA 14.app'
2014-09-09 20:55:27 +08:00
postflight do
plist_set(':JVMOptions:JVMVersion', '1.6+')
end
2014-10-22 18:16:41 +08:00
zap :delete => [
'~/Library/Application Support/IntelliJIdea14',
'~/Library/Preferences/IntelliJIdea14',
2014-10-22 18:16:41 +08:00
]
2014-10-04 21:56:28 +08:00
caveats <<-EOS.undent
2014-12-11 00:46:07 +08:00
#{token} may require Java 7 (an older version) available from the
2014-10-04 21:56:28 +08:00
caskroom-versions repository via
2014-10-04 21:56:28 +08:00
brew cask install caskroom/versions/java7
2014-12-11 00:46:07 +08:00
Alternatively, #{token} can be modified to use Java 8 as described in
2014-10-04 21:56:28 +08:00
https://github.com/caskroom/homebrew-cask/issues/4500#issuecomment-43955932
EOS
end