homebrew-cask/Casks/gdal-framework.rb

22 lines
846 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"
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'
]
end