Files
Termix/Casks/termix.rb
T
2026-05-27 20:47:46 -05:00

25 lines
716 B
Ruby

cask "termix" do
version "2.3.0"
sha256 "88cd1f5ca31cfb6728985bd016822aaa0060937d6f9ed10a64fd60b038dd7411"
url "https://github.com/Termix-SSH/Termix/releases/download/release-#{version}-tag/termix_macos_universal_dmg.dmg"
name "Termix"
desc "Self-hosted SSH and remote desktop management."
homepage "https://github.com/Termix-SSH/Termix"
livecheck do
url :url
strategy :github_latest
end
app "Termix.app"
zap trash: [
"~/Library/Application Support/termix",
"~/Library/Caches/com.karmaa.termix",
"~/Library/Caches/com.karmaa.termix.ShipIt",
"~/Library/Preferences/com.karmaa.termix.plist",
"~/Library/Saved Application State/com.karmaa.termix.savedState",
]
end