homebrew-cask/Casks/sketch-tool.rb

14 lines
424 B
Ruby
Raw Normal View History

2014-11-14 01:26:56 +08:00
cask :v1 => 'sketch-tool' do
2014-09-17 19:43:01 +08:00
version :latest
sha256 :no_check
url 'http://sketchtool.bohemiancoding.com/sketchtool-latest.zip'
2015-01-05 04:00:10 +08:00
name 'SketchTool'
2015-06-29 14:32:18 +08:00
homepage 'https://bohemiancoding.com/sketch/tool/'
2015-10-10 04:21:03 +08:00
license :gratis
binary 'sketchtool/bin/sketchtool'
binary 'sketchtool/bin/sketchmigrate'
artifact 'sketchtool/share/sketchtool/resources.bundle', :target => '/usr/local/share/sketchtool/resources.bundle'
2014-05-07 17:37:16 +08:00
end