homebrew-cask/Casks/sketch-tool.rb

15 lines
549 B
Ruby

class SketchTool < Cask
version :latest
sha256 :no_check
url 'http://sketchtool.bohemiancoding.com/sketchtool-latest.zip'
homepage 'http://bohemiancoding.com/sketch/tool/'
binary 'sketchtool/sketchtool'
# Placing this bundle in the binary directory is contrary to Unix convention,
# However the SketchTool README states:
# You can put the tool anywhere you like (eg /usr/local/bin), but the
# "sketchtool resources.bundle" file currently has to be in the same directory.
binary 'sketchtool/sketchtool resources.bundle'
end