homebrew-cask/Casks/pixi-paint.rb

13 lines
424 B
Ruby
Raw Normal View History

2014-11-14 01:26:39 +08:00
cask :v1 => 'pixi-paint' do
2014-09-17 19:42:57 +08:00
version :latest
2014-06-16 11:33:10 +08:00
sha256 :no_check
# pixiecdn.com is the official download host per the vendor homepage
url 'http://0.pixiecdn.com/PixiePaint-osx.zip'
2015-01-05 00:59:15 +08:00
name 'Pixi Paint'
homepage 'http://www.danielx.net/pixel-editor/docs/download'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:08 +08:00
app 'Pixi Paint/Pixi Paint.app'
2014-06-16 11:33:10 +08:00
end