diff --git a/Casks/c/clinq.rb b/Casks/c/clinq.rb new file mode 100644 index 0000000000..be2aaea4e9 --- /dev/null +++ b/Casks/c/clinq.rb @@ -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