homebrew-cask/Casks/intellij-idea.rb

21 lines
759 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'intellij-idea' do
version '15.0.4'
sha256 'fddfa3edcf966daee1b8e9b1ac0cd22c2ffc8bcea429342a599e31d411b773de'
2015-11-02 22:56:50 +08:00
url "https://download.jetbrains.com/idea/ideaIU-#{version}-custom-jdk-bundled.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
2015-11-02 22:56:50 +08:00
app 'IntelliJ IDEA 15.app'
zap delete: [
2016-02-07 00:30:19 +08:00
"~/.IntelliJIdea#{version.major}",
"~/Library/Caches/IntelliJIdea#{version.major}",
"~/Library/Logs/IntelliJIdea#{version.major}",
"~/Library/Application Support/IntelliJIdea#{version.major}",
"~/Library/Preferences/IntelliJIdea#{version.major}",
'~/Library/Preferences/com.jetbrains.intellij.plist',
]
end