homebrew-cask/Casks/pixi-paint.rb

13 lines
316 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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'
2015-10-05 01:43:40 +08:00
license :mit
2014-09-16 00:06:08 +08:00
app 'Pixi Paint/Pixi Paint.app'
2014-06-16 11:33:10 +08:00
end