Browse Source

Use caveats DSL in Paraview Lion Nightly.

master
Geoffrey Oxberry 11 years ago
parent
commit
1177570d5b
  1. 4
      Casks/paraview-lion-python27-nightly.rb

4
Casks/paraview-lion-python27-nightly.rb

@ -4,12 +4,10 @@ class ParaviewLionPython27Nightly < Cask
version 'latest'
no_checksum
link 'paraview.app'
def caveats; <<-EOS.undent
caveats <<-EOS.undent
This version of ParaView is for OS X Lion (10.7) or Mountain Lion (10.8)
and should be installed if the system Python version is 2.6. If your
OS version is Lion (10.7) or later, and your system Python version is
2.7 or later, you may install this cask or the paraview-nightly cask.
EOS
end
end

Loading…
Cancel
Save