123456789101112131415161718192021222324 |
- {
- "name": "test_sigint",
- "version": "0.1.0",
- "description": "一个用来测试sigint信号传递的app",
- "task_type": {
- "BuildFromSource": {
- "Local": {
- "path": "apps/test_sigint"
- }
- }
- },
- "depends": [],
- "build": {
- "build_command": "make install"
- },
- "install": {
- "in_dragonos_path": "/bin"
- },
- "clean": {
- "clean_command": "make clean"
- },
- "envs": [],
- "target_arch": ["x86_64"]
- }
|