mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Add HP Easy Admin
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
cask "hp-easy-admin" do
|
||||
version "2.12.2,221209"
|
||||
sha256 :no_check
|
||||
|
||||
url "https://ftp.hp.com/pub/softlib/software12/HP_Quick_Start/osx/Applications/HP_Easy_Admin.app.zip"
|
||||
name "HP Easy Admin"
|
||||
desc "Tool to directly download HP printing and/or scanning drivers"
|
||||
homepage "https://support.hp.com/"
|
||||
|
||||
livecheck do
|
||||
url :url
|
||||
strategy :extract_plist
|
||||
end
|
||||
|
||||
app "HP Easy Admin.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Caches/com.hp.hp-easy-admin",
|
||||
"~/Library/HTTPStorages/com.hp.hp-easy-admin",
|
||||
"~/Library/Logs/HP Easy Admin.log",
|
||||
"~/Library/Preferences/com.hp.hp-easy-admin.plist",
|
||||
"~/Library/Saved Application State/com.hp.hp-easy-admin.savedState",
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user