12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- name = "DragonReach"
- version = "0.1.0"
- description = "init程序"
- target-arch = ["x86_64"]
- build-once = false
- install-once = false
- [task-source]
- type = "build-from-source"
- source = "git"
- source-path = "https://git.mirrors.dragonos.org.cn/DragonOS-Community/DragonReach.git"
- revision = "e945c217b3"
- [build]
- build-command = "make install"
- [install]
- in-dragonos-path = "/"
- [clean]
- clean-command = "make clean"
|