mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
34 lines
1.1 KiB
Ruby
34 lines
1.1 KiB
Ruby
cask "pcoipclient" do
|
|
version "23.08.1"
|
|
sha256 "00542cc07c6a7917394f3ec9b6f865ae6aee637e25fcf2cd21e8c560f2020a9d"
|
|
|
|
url "https://dl.teradici.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://docs.teradici.com/find/product/software-and-mobile-clients/"
|
|
|
|
livecheck do
|
|
url "https://dl.teradici.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
|