xref: /DragonOS/user/dadk/config/nova_shell-0.1.0.dadk (revision 6c7f966c2f3e3ed299168fc97ae346a85cc6e322)
1{
2  "name": "NovaShell",
3  "version": "0.1.0",
4  "description": "NovaShell程序",
5  "task_type": {
6    "BuildFromSource": {
7      "Git": {
8        "url": "https://git.mirrors.dragonos.org.cn/DragonOS-Community/NovaShell.git",
9        "revision": "95738b235f"
10      }
11    }
12  },
13  "depends": [],
14  "build": {
15    "build_command": "make install"
16  },
17  "clean": {
18    "clean_command": "make clean"
19  },
20  "install": {
21    "in_dragonos_path": "/"
22  }
23}
24