Skip to content

Commit

Permalink
New QGIS 2.0.0 cask
Browse files Browse the repository at this point in the history
- See issue Homebrew#5074 - requires GDAL Framework and Matplotlib
  • Loading branch information
hanxue committed Jul 1, 2014
1 parent 350523d commit 5dd9ce1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Casks/qgis.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
class Qgis < Cask
version '2.2.0-10'
sha256 '00ddf8511c11664600b680d569153a040bfd7579b40ccab53659d23999d4ad43'

url 'http://www.kyngchaos.com/files/software/qgis/QGIS-2.2.0-10.dmg'
homepage 'http://www.kyngchaos.com/software/qgis'
install 'Install QGIS.pkg'
uninstall :pkgutil => 'org.qgis.qgis-2.2'
caveats do
puts 'This app requires the GDAL framework and Matplotlib casks to be installed'
end
end

0 comments on commit 5dd9ce1

Please sign in to comment.