homebrew-cask/Casks/a/abyssoft-teleport.rb

22 lines
524 B
Ruby

cask "abyssoft-teleport" do
version "1.3.5"
sha256 "2fbb28b2ffe884521b222509b59f1006b751325922b936acb974d36a6622d897"
url "https://github.com/abyssoft/teleport/releases/download/v#{version}/teleport-v#{version}.zip"
name "teleport"
desc "Virtual KVM"
homepage "https://github.com/abyssoft/teleport"
livecheck do
url :url
strategy :github_latest
end
app "teleport.app"
zap trash: [
"~/Library/Caches/com.abyssoft.teleport",
"~/Library/Preferences/com.abyssoft.teleport.plist",
]
end