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.
23 lines
754 B
23 lines
754 B
cask 'pycharm-ce' do
|
|
version '2016.1.4'
|
|
sha256 '6c535f5a17a1d90a65c4e656b41d335f71d58f9014f79fb5e20255f9c3d6c75c'
|
|
|
|
url "https://download.jetbrains.com/python/pycharm-community-#{version}.dmg"
|
|
name 'Jetbrains PyCharm Community Edition'
|
|
name 'PyCharm CE'
|
|
homepage 'https://www.jetbrains.com/pycharm'
|
|
license :apache
|
|
|
|
conflicts_with cask: 'pycharm-ce-eap'
|
|
|
|
app 'PyCharm CE.app'
|
|
|
|
uninstall delete: '/usr/local/bin/charm'
|
|
|
|
zap delete: [
|
|
"~/Library/Caches/PyCharm#{version.major_minor}",
|
|
"~/Library/Preferences/PyCharm#{version.major_minor}",
|
|
"~/Library/Logs/PyCharm#{version.major_minor}",
|
|
"~/Library/Application Support/PyCharm#{version.major_minor}",
|
|
]
|
|
end
|
|
|