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
753 B
22 lines
753 B
cask :v1 => 'pycharm-ce-bundled-jdk' do
|
|
version '5.0'
|
|
sha256 '770596ac464012439e2ff25b7ba3c49996f916a5af18a94a582c8427e61ca4e6'
|
|
|
|
url "https://download.jetbrains.com/python/pycharm-community-#{version}-jdk-bundled.dmg"
|
|
name 'PyCharm Community Edition'
|
|
homepage 'https://www.jetbrains.com/pycharm/'
|
|
license :apache
|
|
|
|
app 'PyCharm CE.app'
|
|
|
|
zap :delete => [
|
|
'~/Library/Preferences/com.jetbrains.pycharm.plist',
|
|
'~/Library/Preferences/PyCharm40',
|
|
'~/Library/Application Support/PyCharm40',
|
|
'~/Library/Caches/PyCharm40',
|
|
'~/Library/Logs/PyCharm40',
|
|
'/usr/local/bin/charm',
|
|
]
|
|
|
|
conflicts_with :cask => 'pycharm-ce'
|
|
end
|
|
|