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.
19 lines
663 B
19 lines
663 B
cask :v1 => 'clion-eap' do
|
|
version '143.1015.8'
|
|
sha256 '4bec006d6a8ebe0696fc2e0778646999bb4f5981ec66e3ef45177c35346f8795'
|
|
|
|
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
|
|
|
|
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
|
|
|