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