homebrew-cask/Casks/gdal-framework.rb

28 lines
998 B
Ruby
Raw Normal View History

2014-11-14 01:25:54 +08:00
cask :v1 => 'gdal-framework' do
version '1.11.1-1'
2014-12-27 05:09:46 +08:00
sha256 :no_check # upstream package is updated in-place
url "http://www.kyngchaos.com/files/software/frameworks/GDAL_Complete-#{version.sub(%r{^(\d+\.\d+).*},'\1')}.dmg"
2015-04-06 17:01:41 +08:00
name 'GDAL Complete'
homepage 'http://www.kyngchaos.com/software/frameworks'
2014-12-27 05:13:07 +08:00
license :oss
2014-09-10 23:37:01 +08:00
pkg 'GDAL Complete.pkg'
pkg 'Numpy.pkg'
uninstall :pkgutil => [
'org.maptools.proj-framework-snow',
'org.sqlite.sqlite3b-framework-snow',
'com.kyngchaos.UnixImageIO-framework-E-lion',
'org.gdal.gdal111-framework-lion',
'net.refractions.geos-framework-snow',
'org.scipy.numpy-lion',
'org.scipy.numpy-snow'
]
2015-07-25 07:53:42 +08:00
caveats <<-EOS.undent
#{token} requires Java 6+, you can install the latest Java using
brew cask install java
EOS
end