-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdeps.json
42 lines (37 loc) · 1.05 KB
/
deps.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
{
"action": "git",
"fileName": "ninja",
"url": "git clone -b v1.11.1 --depth=1 https://github.com/ninja-build/ninja.git",
"build": "cmake",
"args": ""
}
// ,
// {
// "action": "gz",
// "fileName": "libressl-3.6.1",
// "url": "https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.6.1.tar.gz"
// }
// ,
// {
// "action": "git",
// "fileName": "SQLiteCpp",
// "url": "git clone -b 3.1.1 --depth=1 https://github.com/SRombauts/SQLiteCpp"
// }
// ,
// {
// "action": "gz",
// "fileName": "yasm-1.3.0",
// "url": "http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz",
// "build": "config",
// "args": "--deps=//deps --thirdParty=//third_party"
// }
// ,
// {
// "action": "zip",
// "fileName": "sqlite-3.40.1",
// "url": "https://github.com/sqlite/sqlite/archive/refs/tags/version-3.40.1.zip",
// "build": "config",
// "args": ""
// }
]