dragon_reach-0.1.0.dadk 580 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "DragonReach",
  3. "version": "0.1.0",
  4. "description": "init程序",
  5. "task_type": {
  6. "BuildFromSource": {
  7. "Git": {
  8. "url" : "https://git.mirrors.dragonos.org/DragonOS-Community/DragonReach.git",
  9. "revision": "4768985ade"
  10. }
  11. }
  12. },
  13. "depends": [],
  14. "build": {
  15. "build_command": "make install"
  16. },
  17. "clean": {
  18. "clean_command": "make clean"
  19. },
  20. "install": {
  21. "in_dragonos_path": "/"
  22. },
  23. "envs": [
  24. {
  25. "key": "TARGET",
  26. "value": "${ROOT_PATH}/user/dadk/target/x86_64-unknown-dragonos.json"
  27. }
  28. ]
  29. }