-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDEPENDS.json
52 lines (48 loc) · 1.66 KB
/
DEPENDS.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
43
44
45
46
47
48
49
50
51
52
{
"windows": [{
"exec": []
}],
"linux": [{
"apt": ["python3",
"python3-pip",
"python3-tk",
"zip",
"unzip"]
}],
"skynet-webportal": [{
"apt": ["npm",
"git"],
"npm": ["yarn"],
"git": ["https://github.com/SkynetLabs/skynet-webportal.git",
"https://github.com/SkynetLabs/ansible-playbooks.git",
"https://github.com/SkynetLabs/ansible-private-sample.git"]
}],
"handshake": [{
"apt": ["git",
"npm"],
"git": ["https://github.com/handshake-org/hsd.git"]
}],
"powerdns": [{
"apt": ["g++",
"libboost-all-dev",
"libtool",
"make",
"pkg-config",
"default-libmysqlclient-dev",
"libssl-dev",
"libluajit-5.1-dev",
"python3-venv",
"autoconf",
"automake",
"ragel",
"bison",
"flex",
"sqlite3",
"pdns-server",
"pdns-backend-sqlite3"],
"wget": ["https://dl.pdnsmanager.org/pdnsmanager-2.1.0.tar.gz"]
}],
"nginx": [{
"apt": ["nginx"]
}]
}