You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
973 B
30 lines
973 B
cask :v1 => 'intellij-idea13' do
|
|
version '13.1.5'
|
|
sha256 'd6ba0c3e4c672d6685dec5c866966953fd7f1edc231040e00234af42f140a1da'
|
|
|
|
url "http://download.jetbrains.com/idea/ideaIU-#{version}.dmg"
|
|
homepage 'https://www.jetbrains.com/idea/index.html'
|
|
license :commercial
|
|
|
|
app 'IntelliJ IDEA 13.app'
|
|
|
|
postflight do
|
|
system '/usr/libexec/PlistBuddy', '-c', 'Set :JVMOptions:JVMVersion 1.6+', "#{staged_path}/IntelliJ IDEA 13.app/Contents/Info.plist"
|
|
end
|
|
|
|
zap :delete => [
|
|
'~/Library/Application Support/IntelliJIdea13',
|
|
'~/Library/Preferences/IntelliJIdea13',
|
|
]
|
|
|
|
caveats <<-EOS.undent
|
|
#{title} may require Java 7 (an older version) available from the
|
|
caskroom-versions repository via
|
|
|
|
brew cask install caskroom/versions/java7
|
|
|
|
Alternatively, #{title} can be modified to use Java 8 as described in
|
|
|
|
https://github.com/caskroom/homebrew-cask/issues/4500#issuecomment-43955932
|
|
EOS
|
|
end
|
|
|