mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 18:33:23 +00:00
22
user/dadk/config/test_dup3_0_1_0.dadk
Normal file
22
user/dadk/config/test_dup3_0_1_0.dadk
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "test_dup3",
|
||||
"version": "0.1.0",
|
||||
"description": "测试dup3",
|
||||
"task_type": {
|
||||
"BuildFromSource": {
|
||||
"Local": {
|
||||
"path": "apps/test_dup3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"depends": [],
|
||||
"build": {
|
||||
"build_command": "make install"
|
||||
},
|
||||
"install": {
|
||||
"in_dragonos_path": "/bin"
|
||||
},
|
||||
"clean": {
|
||||
"clean_command": "make clean"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user