DragonOS/user/dadk/config/nova_shell-0.1.0.dadk
裕依 0e2c2e8b48
修正systemerror号 (#527)
修正systemerror号
2024-02-19 19:31:17 +08:00

24 lines
451 B
Plaintext

{
"name": "NovaShell",
"version": "0.1.0",
"description": "NovaShell程序",
"task_type": {
"BuildFromSource": {
"Git": {
"url": "https://git.mirrors.dragonos.org.cn/DragonOS-Community/NovaShell.git",
"revision": "6f1d506b71"
}
}
},
"depends": [],
"build": {
"build_command": "make install"
},
"clean": {
"clean_command": "make clean"
},
"install": {
"in_dragonos_path": "/"
}
}