123456789101112131415161718192021222324252627282930313233343536 |
- name = "test_sigint"
- version = "0.1.0"
- description = "一个用来测试sigint信号传递的app"
- build-once = false
- install-once = false
- target-arch = ["x86_64"]
- [task-source]
- type = "build-from-source"
- source = "local"
- source-path = "user/apps/test_sigint"
- [build]
- build-command = "make install"
- [install]
- in-dragonos-path = "/bin"
- [clean]
- clean-command = "make clean"
|