homebrew-cask/Casks/hp-eprint.rb

20 lines
622 B
Ruby

cask :v1 => 'hp-eprint' do
version '2.5.0'
sha256 'cba1598dc5d03fbf28fa649dafca5cd251f273066cc3a050966834a73ba66c3e'
url "http://ftp.hp.com/pub/softlib/software13/COL43009/ds-104730-8/HP-ePrint_v#{version}.dmg"
name 'HP ePrint'
homepage 'http://h20331.www2.hp.com/hpsub/us/en/eprint/overview.html'
license :gratis
tags :vendor => 'HP'
pkg 'HP ePrint Installer.pkg'
uninstall :pkgutil => 'com.hp.pkg.cloudprint.HP-ePrint-Mobile'
zap :delete => [
'~/Library/Containers/com.hp.cloudprint.HP-ePrint-Mobile',
'~/Library/PDF Services/HP ePrint'
]
end