homebrew-cask/Casks/sketchup.rb

17 lines
452 B
Ruby

class Sketchup < Cask
version :latest
sha256 :no_check
# downloads can be found at http://www.sketchup.com/download/all
url 'https://dl.trimble.com/sketchup/SketchUpMake-en.dmg'
homepage 'http://www.sketchup.com/intl/en/'
license :unknown
suite 'SketchUp 2014'
zap :delete => [
'~/Library/Application Support/Google SketchUp 8',
'~/Library/Caches/com.google.sketchupfree8',
]
end