You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
635 B

cask 'sketchup-pro' do
version :latest
sha256 :no_check
# downloads can be found at http://www.sketchup.com/download/all
9 years ago
# trimble.com is the official download host per the vendor homepage
url 'https://dl.trimble.com/sketchup/SketchUpPro-en.dmg'
9 years ago
name 'SketchUp'
homepage 'https://www.sketchup.com/intl/en/'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
suite 'SketchUp 2016'
9 years ago
zap :delete => [
'~/Library/Application Support/SketchUp 2016',
'~/Library/Caches/com.sketchup.SketchUp.2016',
9 years ago
]
end