12345678910111213141516171819202122232425262728293031323334353637383940 |
- name = "riscv_init"
- version = "0.1.0"
- description = "临时的riscv下的初始化程序"
- build-once = false
- install-once = false
- target-arch = ["riscv64"]
- [task-source]
- type = "build-from-source"
- source = "local"
- source-path = "user/apps/riscv_init"
- [build]
- build-command = "make install"
- [install]
- in-dragonos-path = "/bin"
- [clean]
- clean-command = "make clean"
|