xref: /DragonOS/user/dadk/config/http_server-0.1.0.dadk (revision 7401bec5e3c42015399a46e29c370abe7c7388b5)
1{
2  "name": "Http_Server",
3  "version": "0.1.0",
4  "description": "一个简单的http server",
5  "task_type": {
6    "BuildFromSource": {
7      "Local": {
8        "path": "apps/http_server"
9      }
10    }
11  },
12  "depends": [],
13  "build": {
14    "build_command": "make install"
15  },
16  "install": {
17    "in_dragonos_path": "/bin"
18  },
19  "clean": {
20    "clean_command": "make clean"
21  },
22  "envs": [],
23  "target_arch": ["x86_64"]
24}