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
661 B
21 lines
661 B
cask :v1 => 'clion-bundled-jdk' do
|
|
version '1.1.1'
|
|
sha256 '048ab6d8520c2b7454d163c62079928703a6b7c989f110f697874c54ff5d8439'
|
|
|
|
url "https://download.jetbrains.com/cpp/CLion-#{version}-custom-jdk-bundled.dmg"
|
|
name 'CLion'
|
|
homepage 'https://www.jetbrains.com/clion'
|
|
license :commercial
|
|
|
|
app 'CLion.app'
|
|
|
|
zap :delete => [
|
|
'~/Library/Preferences/com.jetbrains.CLion.plist',
|
|
'~/Library/Preferences/clion11',
|
|
'~/Library/Application Support/clion11',
|
|
'~/Library/Caches/clion11',
|
|
'~/Library/Logs/clion11',
|
|
]
|
|
|
|
conflicts_with :cask => 'clion'
|
|
end
|
|
|