homebrew-cask/Casks/qgis.rb

23 lines
670 B
Ruby
Raw Normal View History

2014-11-14 01:26:44 +08:00
cask :v1 => 'qgis' do
2014-10-16 03:50:41 +08:00
version '2.4.0-1'
sha256 '785c268997651b547dd1261a86aa3b805a3d66c9706c0afb42758e1a2bb9ae0a'
url "http://www.kyngchaos.com/files/software/qgis/QGIS-#{version}.dmg"
homepage 'http://www.kyngchaos.com/software/qgis'
2014-10-01 23:33:42 +08:00
license :unknown
2014-09-10 23:37:05 +08:00
pkg 'Install QGIS.pkg'
2014-11-22 22:12:44 +08:00
uninstall :pkgutil => 'org.qgis.qgis-*'
caveats <<-EOS.undent
2014-10-10 19:40:49 +08:00
#{title} requires the GDAL framework and Matplotlib to be installed first,
otherwise the installation will fail. In case of problems, try installing
them:
brew cask install gdal-framework matplotlib
and then reinstall QGIS
brew cask uninstall qgis && brew cask install qgis
EOS
end