test_git.toml 511 B

123456789101112131415161718192021222324252627282930
  1. name = "test_git"
  2. version = "0.2.0"
  3. description = ""
  4. build-once = true
  5. install-once = true
  6. target-arch = ["x86_64"]
  7. [task-type]
  8. type = "build_from_source"
  9. source = "git"
  10. source-path = "https://git.mirrors.dragonos.org.cn/DragonOS-Community/test_git.git"
  11. revison = "01cdc56863"
  12. branch = "test"
  13. [build]
  14. build-command = "make install"
  15. [install]
  16. in-dragonos-path = "/bin"
  17. [clean]
  18. clean-command = "make clean"
  19. [depends]
  20. depend1 = "0.1.1"
  21. depend2 = "0.1.2"
  22. [envs]
  23. PATH = "/usr/bin"
  24. LD_LIBRARY_PATH = "/usr/lib"