{ "name": "glibc-hello-world", "version": "0.1.0", "description": "用于测试glibc功能的测试程序", "task_type": { "BuildFromSource": { "Local": { "path": "apps/test_glibc" } } }, "depends": [], "build": { "build_command": "make install" }, "install": { "in_dragonos_path": "/bin" }, "clean": { "clean_command": "make clean" }, "envs": [] }