1234567891011121314151617181920212223242526272829303132333435363738394041 |
- name = "test_signal"
- version = "0.1.0"
- description = "一个用来测试signal能够正常运行的app"
- build-once = false
- install-once = false
- target-arch = ["x86_64"]
- [task-source]
- type = "build-from-source"
- source = "local"
- source-path = "user/apps/test_signal"
- [build]
- build-command = "make install"
- [install]
- in-dragonos-path = "/bin"
- [clean]
- clean-command = "make clean"
|