homebrew-cask/Casks/gdal-framework.rb

25 lines
811 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gdal-framework' do
2016-09-29 16:45:40 +08:00
version '2.1'
sha256 :no_check # required as 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-09-10 23:37:01 +08:00
pkg 'GDAL Complete.pkg'
pkg 'Numpy.pkg'
uninstall pkgutil: [
2016-09-29 16:45:40 +08:00
'org.maptools.proj-framework-mtlion',
'org.sqlite.sqlite3c-framework-mtlion',
'com.kyngchaos.UnixImageIO-framework-E-mtlion',
'org.gdal.gdal21-framework-mtlion',
'net.refractions.geos-framework-mtlion',
'org.scipy.numpy-lion',
]
2015-07-25 07:53:42 +08:00
2016-01-13 01:01:47 +08:00
caveats do
depends_on_java
end
end