{ "name": "ping", "version": "0.1.0", "description": "ping用户程序", "task_type": { "BuildFromSource": { "Local": { "path": "apps/ping" } } }, "depends": [], "build": { "build_command": "make install" }, "install": { "in_dragonos_path": "/usr" }, "clean": { "clean_command": "make clean" }, "envs": [], "target_arch": ["x86_64"] }