mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 22:36:48 +00:00
24 lines
451 B
Plaintext
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": "/"
|
|
}
|
|
}
|