123456789101112131415161718192021222324 |
- {
- "name": "Http_Server",
- "version": "0.1.0",
- "description": "一个简单的http server",
- "task_type": {
- "BuildFromSource": {
- "Local": {
- "path": "apps/http_server"
- }
- }
- },
- "depends": [],
- "build": {
- "build_command": "make install"
- },
- "install": {
- "in_dragonos_path": "/bin"
- },
- "clean": {
- "clean_command": "make clean"
- },
- "envs": [],
- "target_arch": ["x86_64"]
- }
|