homebrew-cask/Casks/sketch-tool.rb

9 lines
263 B
Ruby

class SketchTool < Cask
url 'http://sketchtool.bohemiancoding.com/sketchtool-latest.zip'
homepage 'http://bohemiancoding.com/sketch/tool/'
version 'latest'
no_checksum
binary 'sketchtool/sketchtool'
binary 'sketchtool/sketchtool resources.bundle'
end