mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
25 lines
479 B
Plaintext
25 lines
479 B
Plaintext
{
|
|
"name": "test-blockcache",
|
|
"version": "0.1.0",
|
|
"description": "用于测试blockcach小程序",
|
|
"rust_target": "x86_64-unknown-dragonos",
|
|
"task_type": {
|
|
"BuildFromSource": {
|
|
"Local": {
|
|
"path": "apps/test-blockcache"
|
|
}
|
|
}
|
|
},
|
|
"depends": [],
|
|
"build": {
|
|
"build_command": "make install"
|
|
},
|
|
"install": {
|
|
"in_dragonos_path": "/"
|
|
},
|
|
"clean": {
|
|
"clean_command": "make clean"
|
|
},
|
|
"envs": [],
|
|
"target_arch": ["x86_64"]
|
|
} |