homebrew-cask/Casks/j/jollysfastvnc.rb

28 lines
742 B
Ruby

cask "jollysfastvnc" do
version "1.64"
sha256 :no_check
url "https://www.jinx.de/JollysFastVNC_files/JollysFastVNC.current.dmg"
name "JollysFastVNC"
desc "Control computers fast and securely from anywhere"
homepage "https://www.jinx.de/JollysFastVNC.html"
livecheck do
url "https://www.jinx.de/JollysFastVNC.update.12.x86_64.xml"
strategy :sparkle, &:short_version
end
depends_on macos: ">= :big_sur"
app "JollysFastVNC.app"
uninstall quit: "de.jinx.JollysFastVNC"
zap trash: [
"~/Library/Caches/de.jinx.JollysFastVNC",
"~/Library/Logs/JollysFastVNC.log*",
"~/Library/Preferences/de.jinx.JollysFastVNC.plist",
"~/Library/Saved Application State/de.jinx.JollysFastVNC.savedState",
]
end