homebrew-cask/Casks/autopano-pro.rb

17 lines
622 B
Ruby
Raw Normal View History

2014-09-16 23:14:25 +08:00
class AutopanoPro < Cask
2014-09-23 20:44:00 +08:00
version '3.6'
sha256 '8bf8840b9d3126c3f64dcef6a9ccf4115c6f23779f563b6cfa4c7a8f663cc088'
2014-09-16 23:14:25 +08:00
url 'http://download.kolor.com/app/stable/macleopard'
homepage 'http://www.kolor.com/panorama-software-autopano-pro.html'
2014-09-23 20:44:00 +08:00
pkg "Autopano Pro #{version}.pkg"
2014-09-16 23:14:25 +08:00
uninstall :pkgutil => [
2014-09-23 20:44:00 +08:00
'com.kolor.pkg.AutopanoPro.*',
2014-09-16 23:14:25 +08:00
'com.kolor.pkg.Aperture_plugin',
'com.kolor.pkg.Bridge_plugin',
'com.kolor.pkg.Lightroom_plugin',
'com.kolor.pkg.plugin.picasa',
]
end