Merge pull request #155636 from vwkd/clinq

Add CLINQ.app latest
This commit is contained in:
Miccal Matthews
2023-09-21 10:39:53 +08:00
committed by GitHub
+23
View File
@@ -0,0 +1,23 @@
cask "clinq" do
version "1.6.13"
sha256 :no_check
url "https://desktop.download.clinq.com/clinq-desktop.dmg"
name "CLINQ"
desc "Softphone for making telephone calls over the internet"
homepage "https://clinq.com/download/"
livecheck do
url :url
strategy :extract_plist
end
depends_on macos: ">= :high_sierra"
app "CLINQ.app"
zap trash: [
"~/Library/Application Support/clinq-desktop/",
"~/Library/Saved Application State/com.clinq.desktop.savedState",
]
end