Add CLion 1.0

This commit is contained in:
andystanton 2015-04-14 21:56:35 +01:00
parent a328cf8181
commit ca772b3df6
1 changed files with 23 additions and 0 deletions

23
Casks/clion.rb Normal file
View File

@ -0,0 +1,23 @@
cask :v1 => 'clion' do
version '1.0'
sha256 '0ff584ea63a2aff1843ba228d7185c8b6af9efac1d4a6a690a24565ee53aec35'
url "https://download.jetbrains.com/cpp/CLion-#{version}.dmg"
name 'CLion'
homepage 'http://www.jetbrains.com/clion'
license :commercial
app 'CLion.app'
conflicts_with :cask => 'clion-bundled'
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