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.
21 lines
774 B
21 lines
774 B
cask 'intellij-idea-ce-eap' do
|
|
version '162.74.16'
|
|
sha256 'a3bd2e724200014647fd9bff531b0ad24d5250a9756481c22da611ec67c2cfab'
|
|
|
|
url "https://download.jetbrains.com/idea/ideaIC-#{version}.dmg"
|
|
name 'IntelliJ IDEA Community Edition EAP'
|
|
homepage 'https://confluence.jetbrains.com/display/IDEADEV/IDEA+2016.2+EAP'
|
|
license :apache
|
|
|
|
app 'IntelliJ IDEA CE.app'
|
|
|
|
uninstall delete: '/usr/local/bin/idea'
|
|
|
|
zap delete: [
|
|
"/~.IdeaIC#{version.major_minor}",
|
|
"~/Library/Application Support/IdeaIC#{version.major_minor}",
|
|
"~/Library/Preferences/IdeaIC#{version.major_minor}",
|
|
"~/Library/Caches/IdeaIC#{version.major_minor}",
|
|
"~/Library/Logs/IdeaIC#{version.major_minor}",
|
|
]
|
|
end
|
|
|