homebrew-cask/Casks/hp-eprint.rb

19 lines
596 B
Ruby

cask 'hp-eprint' do
version '2.5.0'
sha256 'cba1598dc5d03fbf28fa649dafca5cd251f273066cc3a050966834a73ba66c3e'
url "https://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
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