12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- name = "Held"
- version = "0.1.0"
- description = "终端文本编辑器"
- build-once = false
- install-once = false
- target-arch = ["x86_64"]
- [task-source]
- type = "build-from-source"
- source = "git"
- source-path = "https://git.mirrors.dragonos.org.cn/DragonOS-Community/Held.git"
- revision = "f192df4"
- [build]
- build-command = "make install-dragonos"
- [install]
- in-dragonos-path = "/"
- [clean]
- clean-command = "make clean"
|