mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 09:06:32 +00:00
25
user/dadk/config/test_statx_0_1_0.dadk
Normal file
25
user/dadk/config/test_statx_0_1_0.dadk
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "test_statx",
|
||||
"version": "0.1.0",
|
||||
"description": "statx测试",
|
||||
"task_type": {
|
||||
"BuildFromSource": {
|
||||
"Local": {
|
||||
"path": "apps/test_statx"
|
||||
}
|
||||
}
|
||||
},
|
||||
"depends": [],
|
||||
"build": {
|
||||
"build_command": "make install"
|
||||
},
|
||||
"install": {
|
||||
"in_dragonos_path": "/"
|
||||
},
|
||||
"clean": {
|
||||
"clean_command": "make clean"
|
||||
},
|
||||
"envs": [],
|
||||
"build_once": false,
|
||||
"install_once": false
|
||||
}
|
Reference in New Issue
Block a user