{ "name": "dmesg", "version": "0.1.0", "description": "查看日志", "task_type": { "BuildFromSource": { "Local": { "path": "apps/dmesg" } } }, "depends": [], "build": { "build_command": "make install -j $(nproc)" }, "install": { "in_dragonos_path": "/bin" }, "clean": { "clean_command": "make clean" }, "envs": [], "target_arch": ["x86_64"] }