homebrew-cask/Casks/cartographica.rb

18 lines
496 B
Ruby
Raw Normal View History

2014-11-14 01:25:32 +08:00
cask :v1 => 'cartographica' do
2014-10-09 23:48:06 +08:00
version :latest
sha256 :no_check
# cluetrust.com is the official download host per the vendor homepage
2014-10-10 00:34:57 +08:00
url 'http://www.cluetrust.com/Downloads/Cartographica.dmg'
2015-03-25 11:01:09 +08:00
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-09 23:48:06 +08:00
end