mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Lots of oss software used http://confluence.jetbrains.com/display/PYH/Third-Party+Software+Used+by+PyCharm but it is specifically under the apache license, see here: https://www.jetbrains.com/pycharm/download/index.html
14 lines
365 B
Ruby
14 lines
365 B
Ruby
cask :v1 => 'pycharm-ce' do
|
|
version '4.0.3'
|
|
sha256 '1a88ee3565d82fec595d7d15ba23d1ad67faa85a83df4f4fd0104d5ad7b1ecea'
|
|
|
|
url "https://download.jetbrains.com/python/pycharm-community-#{version}.dmg"
|
|
homepage 'http://www.jetbrains.com/pycharm'
|
|
license :apache
|
|
|
|
app 'PyCharm CE.app'
|
|
|
|
postflight do
|
|
plist_set(':JVMOptions:JVMVersion', '1.6+')
|
|
end
|
|
end
|