123456789101112131415161718192021222324252627282930313233343536373839 |
- name = "tar"
- version = "1.35"
- description = "gnu tar"
- build-once = false
- install-once = false
- target-arch = ["x86_64"]
- [task-source]
- type = "install-from-prebuilt"
- source = "archive"
- source-path = "https://mirrors.dragonos.org.cn/pub/third_party/gnu/tar/tar-1.35-x86_64-linux-gnu.tar.xz"
- [build]
- [install]
- in-dragonos-path = "/usr"
- [clean]
- clean-command = ""
|