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.
31 lines
1.2 KiB
31 lines
1.2 KiB
cask 'intellij-idea-eap' do
|
|
version '2016.1.2'
|
|
sha256 '8e104524832891e9eb8c567a404f63038caa1f73e403811440e95f8b63164ecf'
|
|
|
|
url "https://download.jetbrains.com/idea/ideaIU-#{version}.dmg"
|
|
name 'IntelliJ IDEA'
|
|
homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+2016.1+EAP'
|
|
license :commercial
|
|
|
|
app 'IntelliJ IDEA.app'
|
|
|
|
uninstall delete: '/usr/local/bin/idea'
|
|
|
|
zap delete: [
|
|
"~/.IntelliJIdea#{version.major_minor}",
|
|
"~/Library/Caches/IntelliJIdea#{version.major_minor}",
|
|
"~/Library/Logs/IntelliJIdea#{version.major_minor}",
|
|
"~/Library/Application Support/IntelliJIdea#{version.major_minor}",
|
|
"~/Library/Preferences/IntelliJIdea#{version.major_minor}",
|
|
# TODO: expand/glob for '~/Library/Preferences/jetbrains.intellij.*.plist',
|
|
]
|
|
|
|
# remove this when this cask is updated to an EAP release
|
|
caveats <<-EOS.undent
|
|
There is currently no EAP preview release. Instead, the latest stable
|
|
version will be installed.
|
|
To receive future EAP releases via the IDE's built-in update system, go to
|
|
Preferences > Appearance & Behavior > System Settings > Updates
|
|
and select the Early Access Program channel.
|
|
EOS
|
|
end
|
|
|