homebrew-cask/Casks/sketchup.rb

19 lines
530 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'sketchup' do
2014-09-17 19:43:02 +08:00
version :latest
sha256 :no_check
2015-06-29 14:32:18 +08:00
# downloads can be found at https://www.sketchup.com/download/all
# trimble.com is the official download host per the vendor homepage
url 'https://dl.trimble.com/sketchup/SketchUpMake-en.dmg'
2015-05-01 02:39:22 +08:00
name 'SketchUp'
2015-11-23 03:31:56 +08:00
homepage 'https://www.sketchup.com/'
license :gratis
2015-11-23 03:31:56 +08:00
suite 'SketchUp 2016'
2014-11-22 00:54:25 +08:00
2014-10-11 22:33:15 +08:00
zap :delete => [
'~/Library/Application Support/SketchUp 2016',
'~/Library/Caches/com.sketchup.SketchUp.2016',
2014-10-11 22:33:15 +08:00
]
2013-05-24 02:55:33 +08:00
end