homebrew-cask/Casks/intellij-idea.rb

22 lines
592 B
Ruby

cask 'intellij-idea' do
version '15.0.3'
sha256 '22f8d63d9c332bc3f60c1316da3a0c70218b2508619713cb7268ff7286baf92b'
url "https://download.jetbrains.com/idea/ideaIU-#{version}-custom-jdk-bundled.dmg"
name 'IntelliJ IDEA'
homepage 'https://www.jetbrains.com/idea/'
license :commercial
app 'IntelliJ IDEA 15.app'
zap delete: [
'~/Library/Application Support/IntelliJIdea15',
'~/Library/Preferences/IntelliJIdea15',
'~/Library/Preferences/com.jetbrains.intellij.plist',
]
caveats do
depends_on_java
end
end