homebrew-cask/Casks/pagico.rb

11 lines
376 B
Ruby
Raw Normal View History

2013-07-11 22:40:05 +08:00
class Pagico < Cask
2014-03-05 02:25:03 +08:00
url 'http://pagico.com/downloads/Pagico_Desktop_r1549.dmg'
2013-07-11 22:40:05 +08:00
homepage 'http://pagico.com/'
2014-03-05 02:25:03 +08:00
version '6.5 (r1549)'
sha256 'ad28214b082208025f9103dfbc2149b8224f0c488dfdcb06b51090e23d285bed'
2013-07-11 22:40:05 +08:00
install 'Install Pagico 6.pkg'
2014-03-05 02:25:03 +08:00
uninstall :pkgutil => 'com.pagico.*pkg'
uninstall :pkgutil => 'com.pagico.*'
uninstall :files => '/Applications/Pagico'
2013-07-11 22:40:05 +08:00
end