homebrew-cask/Casks/cartographica.rb

17 lines
473 B
Ruby

cask :v1 => 'cartographica' do
version :latest
sha256 :no_check
# cluetrust.com is the official download host per the vendor homepage
url 'http://www.cluetrust.com/Downloads/Cartographica.dmg'
homepage 'https://www.macgis.com/'
license :commercial
app 'Cartographica.app'
zap :delete => [
'~/Library/Application Support/Cartographica',
'~/Library/Preferences/com.ClueTrust.Cartographica.plist',
]
end