mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 14:16:47 +00:00
* chore: update toolchain version to 2024-11-05 * update dragon reach to e945c217b3 * update dog to 6f2c0c8f12 --------- Co-authored-by: longjin <longjin@DragonOS.org>
34 lines
644 B
Plaintext
34 lines
644 B
Plaintext
{
|
|
"name": "dog",
|
|
"version": "0.1.0",
|
|
"description": "dns client",
|
|
"rust_target": null,
|
|
"task_type": {
|
|
"BuildFromSource": {
|
|
"Git": {
|
|
"url": "https://git.mirrors.dragonos.org.cn/DragonOS-Community/dog.git",
|
|
"branch": null,
|
|
"revision": "6f2c0c8f12"
|
|
}
|
|
}
|
|
},
|
|
"depends": [],
|
|
"build": {
|
|
"build_command": "make install"
|
|
},
|
|
"install": {
|
|
"in_dragonos_path": "/"
|
|
},
|
|
"clean": {
|
|
"clean_command": "make clean"
|
|
},
|
|
"envs": [
|
|
{
|
|
"key": "CC",
|
|
"value": "x86_64-linux-musl-gcc"
|
|
}
|
|
],
|
|
"build_once": false,
|
|
"install_once": false,
|
|
"target_arch": ["x86_64"]
|
|
} |