homebrew-cask/Casks/mypaint.rb

15 lines
407 B
Ruby
Raw Normal View History

cask :v1 => 'mypaint' do
version '1.0.0v3'
sha256 'a7e1066b4f7ff6d0f5faa3154e5cf97637607d2143ea9121ac36037c03e41848'
# dropbox.com is the official download host per the vendor homepage.
2015-06-29 14:32:18 +08:00
url "https://dl.dropbox.com/u/942685/MyPaint-#{version}.pkg"
name 'MyPaint'
homepage 'http://mypaint.intilinux.com'
2015-07-24 10:59:28 +08:00
license :gpl
pkg "MyPaint-#{version}.pkg"
uninstall :pkgutil => 'com.mypaint.*'
end