mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 10:15:03 +00:00
25 lines
442 B
Plaintext
25 lines
442 B
Plaintext
{
|
|
"name": "test_sqlite3",
|
|
"version": "3.42.0",
|
|
"description": "测试sqlite3",
|
|
"task_type": {
|
|
"BuildFromSource": {
|
|
"Local": {
|
|
"path": "apps/test_sqlite3"
|
|
}
|
|
}
|
|
},
|
|
"depends": [],
|
|
"build": {
|
|
"build_command": "make download_sqlite3 && make install"
|
|
},
|
|
"install": {
|
|
"in_dragonos_path": "/bin"
|
|
},
|
|
"clean": {
|
|
"clean_command": "make clean"
|
|
},
|
|
"envs": [],
|
|
"target_arch": ["x86_64"]
|
|
}
|