File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments