123456789101112131415161718192021222324252627282930313233343536 |
- name = "user_manage_tool"
- version = "0.1.0"
- description = "用户管理工具"
- build-once = false
- install-once = false
- target-arch = ["x86_64"]
- [task-source]
- type = "build-from-source"
- source = "local"
- source-path = "user/apps/user-manage"
- [build]
- build-command = "make install"
- [install]
- in-dragonos-path = "/"
- [clean]
- clean-command = "make clean"
|