Skip to content

Commit d4328e6

Browse files
authored
Merge pull request #205004 from rgwood-dd/coterm-new-cask
CoTerm 1.0 (new cask)
2 parents 48c520e + 391e0f7 commit d4328e6

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Casks/c/coterm.rb

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
cask "coterm" do
2+
arch arm: "arm64", intel: "x64"
3+
4+
os macos: "macos", linux: "linux"
5+
6+
version "1.0.0"
7+
sha256 arm: "0eb8ae355b2a1fbae2912d7ce971d5e01177dffdcb356a399bee24db72ab5871",
8+
x86_64: "64541b749e00a21558c935bba2cf31c2eb75368b4b19798e68eb37c961b09342",
9+
arm64_linux: "8d69877d44b70f2103ea75548e628575d4842fa997b8aa9b181ba40abfedc0e6",
10+
x86_64_linux: "af5221396f5e18514031d2aa11e3c159c2a3ee5269b3c44a4fe53617759ba3dd"
11+
12+
url "https://coterm.datadoghq.com/coterm/#{version}/29eab36/#{os}-#{arch}/ddcoterm"
13+
name "coterm"
14+
desc "CLI tool by Datadog for terminal recording and approvals"
15+
homepage "https://docs.datadoghq.com/coterm/"
16+
17+
livecheck do
18+
skip "No version information available programmatically"
19+
end
20+
21+
binary "ddcoterm"
22+
23+
zap trash: "~/.ddcoterm"
24+
end

0 commit comments

Comments
 (0)