homebrew-cask/Casks/pycharm-ce.rb

25 lines
731 B
Ruby

cask :v1 => 'pycharm-ce' do
version '4.5.1'
sha256 '472ade2737d1d86b6d83f1d6e3ae85e011a2194d2a94f1397ae09eeb229f79af'
url "https://download.jetbrains.com/python/pycharm-community-#{version}.dmg"
name 'PyCharm'
name 'PyCharm Community Edition'
name 'PyCharm CE'
homepage 'http://www.jetbrains.com/pycharm'
license :apache
app 'PyCharm CE.app'
caveats <<-EOS.undent
#{token} requires Java 6 like any other IntelliJ-based IDE.
You can install it with
brew cask install caskroom/homebrew-versions/java6
The vendor (JetBrains) doesn't support newer versions of Java (yet)
due to several critical issues, see details at
https://intellij-support.jetbrains.com/entries/27854363
EOS
end