mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 14:16:47 +00:00
24 lines
451 B
Plaintext
24 lines
451 B
Plaintext
{
|
|
"name": "DragonReach",
|
|
"version": "0.1.0",
|
|
"description": "init程序",
|
|
"task_type": {
|
|
"BuildFromSource": {
|
|
"Git": {
|
|
"url" : "https://git.mirrors.dragonos.org.cn/DragonOS-Community/DragonReach.git",
|
|
"revision": "df4e48991b"
|
|
}
|
|
}
|
|
},
|
|
"depends": [],
|
|
"build": {
|
|
"build_command": "make install"
|
|
},
|
|
"clean": {
|
|
"clean_command": "make clean"
|
|
},
|
|
"install": {
|
|
"in_dragonos_path": "/"
|
|
}
|
|
}
|