Add gislook Cask

This commit is contained in:
Jeffrey Munowitch 2016-04-08 10:56:43 -07:00 committed by Aditya Dalal
parent b355b9a7d7
commit 65684de693
No known key found for this signature in database
GPG Key ID: 82D94BA42315E1DC
1 changed files with 16 additions and 0 deletions

16
Casks/gislook.rb Normal file
View File

@ -0,0 +1,16 @@
cask 'gislook' do
version :latest
sha256 :no_check
url 'http://cartography.oregonstate.edu/gislook/GISLook_GISMeta.pkg'
name 'GISLook'
homepage 'http://cartography.oregonstate.edu/GISLook.html'
license :other
pkg 'GISLook_GISMeta.pkg'
uninstall pkgutil: [
'ch.bernhardjenny.gislook.pkg',
'ch.bernhardjenny.gismeta.pkg',
]
end