homebrew-cask/Casks/pycharm-ce.rb

25 lines
732 B
Ruby
Raw Normal View History

2014-11-14 01:26:44 +08:00
cask :v1 => 'pycharm-ce' do
2015-06-19 23:37:46 +08:00
version '4.5.2'
sha256 'e1541e68a3c59464f7f8266f144ebc4dc99499da914d001f768e0e0b1dc2d6fd'
2014-12-10 00:37:21 +08:00
url "https://download.jetbrains.com/python/pycharm-community-#{version}.dmg"
2015-01-10 04:37:45 +08:00
name 'PyCharm'
name 'PyCharm Community Edition'
name 'PyCharm CE'
2015-06-29 14:32:18 +08:00
homepage 'https://www.jetbrains.com/pycharm'
license :apache
2014-09-16 00:06:11 +08:00
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
2013-10-12 06:07:16 +08:00
end