File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # This Source Code Form is subject to the terms of the Mozilla Public
2+ # License, v. 2.0. If a copy of the MPL was not distributed with this
3+ # file, You can obtain one at https://mozilla.org/MPL/2.0/.
4+
5+ class TypeqlCheck < Formula
6+ desc "Validate TypeQL query syntax from the command line"
7+ homepage "https://typedb.com"
8+
9+ on_arm do
10+ url "https://repo.typedb.com/public/public-release/raw/names/typeql-check-mac-arm64/versions/3.12.0-rc0/typeql-check-mac-arm64-3.12.0-rc0.zip"
11+ sha256 "847c2832ef913c6369b32ef81a806d6540ae9497de7594c72af9e797843a373e"
12+ end
13+
14+ on_intel do
15+ url "https://repo.typedb.com/public/public-release/raw/names/typeql-check-mac-x86_64/versions/3.12.0-rc0/typeql-check-mac-x86_64-3.12.0-rc0.zip"
16+ sha256 "ab61b8512c95d6ab7477797c80be74baaf4e6bf9b9d013c7acf1cc11628880f8"
17+ end
18+
19+ license "MPL-2.0"
20+
21+ def install
22+ bin . install "typeql-check"
23+ end
24+ end
You can’t perform that action at this time.
0 commit comments