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
769 B

cask :v1 => 'pycharm-eap' do
version '143.526'
sha256 '84d3b91d6da6fb079af57e56be38ebaef66adacd8dcccede6b1825cb4dbebacc'
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