xref: /DragonOS/user/dadk/config/held-0.1.0.dadk (revision 1f4877a4c512eb5ad232436128a0c52287b39aaa)
1{
2  "name": "Held",
3  "version": "0.1.0",
4  "description": "中断文本编辑器",
5  "task_type": {
6    "BuildFromSource": {
7      "Git": {
8        "url" : "https://git.mirrors.dragonos.org.cn/DragonOS-Community/Held.git",
9        "revision": "f192df4"
10      }
11    }
12  },
13  "depends": [],
14  "build": {
15    "build_command": "make install-dragonos"
16  },
17  "clean": {
18    "clean_command": "make clean"
19  },
20  "install": {
21    "in_dragonos_path": "/"
22  },
23  "target_arch": ["x86_64"]
24}
25