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.

20 lines
661 B

cask :v1 => 'clion-eap' do
9 years ago
version '1.2.2-RC'
sha256 '41a64e94f95a542607366c71757f8040f155040b581682bcdbbca26e977af19e'
url "https://download.jetbrains.com/cpp/CLion-#{version}-custom-jdk-bundled.dmg"
name 'CLion'
homepage 'https://confluence.jetbrains.com/display/CLION/Early+Access+Program'
license :commercial
9 years ago
app 'CLion EAP.app'
zap :delete => [
'~/Library/Preferences/com.jetbrains.CLion.plist',
'~/Library/Preferences/clion12',
'~/Library/Application Support/clion12',
'~/Library/Caches/clion12',
'~/Library/Logs/clion12',
]
end