123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- name = "dog"
- version = "0.1.0"
- description = "dns client"
- 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/dog.git"
- revision = "6f2c0c8f12"
- [build]
- build-command = "make install"
- [install]
- in-dragonos-path = "/"
- [clean]
- clean-command = "make clean"
- [[envs]]
- key = "CC"
- value = "x86_64-linux-musl-gcc"
|