xref: /DragonOS/user/dadk/config/test_sqlite3-3.42.0.dadk (revision 182b778a3ca8c633b605ae7dd90a5e9f1131cc6d)
1{
2  "name": "test_sqlite3",
3  "version": "3.42.0",
4  "description": "测试sqlite3",
5  "task_type": {
6    "BuildFromSource": {
7      "Local": {
8        "path": "apps/test_sqlite3"
9      }
10    }
11  },
12  "depends": [],
13  "build": {
14    "build_command": "make download_sqlite3 && 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}
25