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.
19 lines
714 B
19 lines
714 B
cask 'pycharm-edu' do
|
|
version '2.0.4'
|
|
sha256 'fc4682b4c31f2437e0d8634c1fb091e6276b0c6385225b66c514bf033588af80'
|
|
|
|
url "https://download.jetbrains.com/python/pycharm-edu-#{version}.dmg"
|
|
name 'Jetbrains PyCharm Educational Edition'
|
|
name 'PyCharm Edu'
|
|
homepage 'https://www.jetbrains.com/pycharm-edu/'
|
|
license :apache
|
|
|
|
app 'PyCharm Edu.app'
|
|
|
|
zap delete: [
|
|
"~/Library/Preferences/PyCharmEdu#{version.major_minor.no_dots}",
|
|
"~/Library/Application Support/PyCharmEdu#{version.major_minor.no_dots}",
|
|
"~/Library/Caches/PyCharmEdu#{version.major_minor.no_dots}",
|
|
"~/Library/Logs/PyCharmEdu#{version.major_minor.no_dots}",
|
|
]
|
|
end
|
|
|