cask "pcoipclient" do version "25.06.1" sha256 "882f7cbdd24dbfbd43cbe95b67d2c44650f8aa0b5c3953c5228cd637b734e6fb" url "https://dl.anyware.hp.com/DeAdBCiUYInHcSTy/pcoip-client/raw/names/pcoip-client-dmg/versions/#{version}/pcoip-client_#{version}.dmg" name "Teradici PCoIP Software Client for macOS" desc "Client for VM agents and remote workstation cards" homepage "https://anyware.hp.com/find/product/hp-anyware" livecheck do url "https://dl.anyware.hp.com/DeAdBCiUYInHcSTy/pcoip-client/raw/names/pcoip-client-dmg/versions/latest/pcoip-client_latest.dmg" strategy :header_match end depends_on macos: ">= :monterey" app "PCoIPClient.app" uninstall quit: [ "com.teradici.swiftclient", "com.teradici.usb-mediator", ] zap trash: [ "~/Library/Preferences/com.teradici.PCoIP Client Connection Info.plist", "~/Library/Preferences/com.teradici.swiftclient.plist", "~/Library/Preferences/com.teradici.Teradici PCoIP Client.plist", ] caveats do license "https://docs.teradici.com/reference/eula/teradici-end-user-license-agreement" end end