1{ 2 "name": "dog", 3 "version": "0.1.0", 4 "description": "dns client", 5 "rust_target": null, 6 "task_type": { 7 "BuildFromSource": { 8 "Git": { 9 "url": "https://git.mirrors.dragonos.org.cn/DragonOS-Community/dog.git", 10 "branch": null, 11 "revision": "4ad6075686" 12 } 13 } 14 }, 15 "depends": [], 16 "build": { 17 "build_command": "make install" 18 }, 19 "install": { 20 "in_dragonos_path": "/" 21 }, 22 "clean": { 23 "clean_command": "make clean" 24 }, 25 "envs": [ 26 { 27 "key": "CC", 28 "value": "x86_64-linux-musl-gcc" 29 } 30 ], 31 "build_once": false, 32 "install_once": false, 33 "target_arch": ["x86_64"] 34}