mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-25 14:13:23 +00:00
33
user/dadk/config/test_fstat-0.1.0.dadk
Normal file
33
user/dadk/config/test_fstat-0.1.0.dadk
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "test_fstat",
|
||||
"version": "0.1.0",
|
||||
"description": "一个用来测试fstat能够正常运行的app",
|
||||
"task_type": {
|
||||
"BuildFromSource": {
|
||||
"Local": {
|
||||
"path": "apps/test_fstat"
|
||||
}
|
||||
}
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "relibc",
|
||||
"version": "0.1.0"
|
||||
}
|
||||
],
|
||||
"build": {
|
||||
"build_command": "make"
|
||||
},
|
||||
"install": {
|
||||
"in_dragonos_path": "/bin"
|
||||
},
|
||||
"clean": {
|
||||
"clean_command": "make clean"
|
||||
},
|
||||
"envs": [
|
||||
{
|
||||
"key": "__dragonos__",
|
||||
"value": "__dragonos__"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user