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

cask :v1 => 'pycharm-eap' do
version '142.4957'
sha256 '8307c816a4fcd48a012c955d051aec34553c7204025a3920519d748e5770e7d1'
url "http://download.jetbrains.com/python/pycharm-professional-#{version}.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',
]
end