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.
22 lines
772 B
22 lines
772 B
cask :v1 => 'pycharm-eap' do
|
|
version '143.1015.4'
|
|
sha256 '658b251db011f6c0d9c705ebd48de6ca7d9737571ff0e621e9e0049988d602f4'
|
|
|
|
url "http://download.jetbrains.com/python/pycharm-professional-#{version}-jdk-bundled.dmg"
|
|
name 'PyCharm'
|
|
homepage 'http://confluence.jetbrains.com/display/PYH/JetBrains+PyCharm+Preview+(EAP)'
|
|
license :commercial
|
|
|
|
app 'PyCharm.app'
|
|
|
|
zap :delete => [
|
|
'~/Library/Preferences/com.jetbrains.pycharm.plist',
|
|
'~/Library/Preferences/PyCharm50',
|
|
'~/Library/Application Support/PyCharm50',
|
|
'~/Library/Caches/PyCharm50',
|
|
'~/Library/Logs/PyCharm50',
|
|
'/usr/local/bin/charm',
|
|
]
|
|
|
|
conflicts_with :cask => 'pycharm'
|
|
end
|
|
|