homebrew-cask/Casks/pixate-studio.rb

12 lines
339 B
Ruby
Raw Normal View History

2015-07-22 03:55:56 +08:00
cask :v1 => 'pixate-studio' do
2014-11-05 12:25:13 +08:00
version :latest
sha256 :no_check
2015-07-22 03:55:56 +08:00
url 'http://cdn.pixate.com/downloads/studio/latest/PixateStudio.zip'
2015-01-30 03:31:49 +08:00
name 'Pixate'
2014-11-05 12:25:13 +08:00
homepage 'http://www.pixate.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-11-05 12:25:13 +08:00
2015-07-22 03:55:56 +08:00
app 'Pixate Studio.app'
2014-11-05 12:25:13 +08:00
end