1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- name = "NovaShell"
- version = "0.1.0"
- description = "NovaShell程序"
- 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/NovaShell.git"
- revision = "cb835e03e4"
- [build]
- build-command = "make install"
- [install]
- in-dragonos-path = "/"
- [clean]
- clean-command = "make clean"
|