homebrew-cask/Casks/gdal-framework.rb

27 lines
869 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gdal-framework' do
version '1.11.1-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-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
2016-01-13 01:01:47 +08:00
caveats do
depends_on_java
end
end