homebrew-cask/Casks/cartographica.rb

20 lines
735 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'cartographica' do
2015-07-12 18:44:35 +08:00
version '1.4.6_610'
sha256 '8f8db101e6bfce04aaea71a70c3eef210fc12284ca26f963db883a2f62d86ebe'
2014-10-09 23:48:06 +08:00
# cluetrust.com is the official download host per the vendor homepage
url "https://www.cluetrust.com/Downloads/Cartographica_#{version.sub(%r{.*_}, '')}.dmg"
2015-05-23 01:20:06 +08:00
appcast 'https://www.cluetrust.com/AppCasts/Cartographica.xml',
:sha256 => '9bb9075d8da457886cb86043d4807cbdd210e9f6c883f99ade7898911f90dd35'
name 'Cartographica'
2014-10-09 23:48:06 +08:00
homepage 'https://www.macgis.com/'
license :commercial
app 'Cartographica.app'
2014-10-22 18:16:40 +08:00
zap :delete => [
'~/Library/Application Support/Cartographica',
'~/Library/Preferences/com.ClueTrust.Cartographica.plist',
2014-10-22 18:16:40 +08:00
]
2014-10-09 23:48:06 +08:00
end