2
0

build_config.json 789 B

1234567891011121314151617181920212223242526
  1. {
  2. "git_url":"https://github.com/google/cityhash.git",
  3. "git_tag": "master",
  4. "git_commit": "f5dc54147fcce12cefd16548c8e760d68ac04226",
  5. "package_name":"cityhash",
  6. "package_version":"1.1-rev1",
  7. "package_url":"https://github.com/google/cityhash",
  8. "package_license":"BSD-3-Clause",
  9. "package_license_file":"COPYING",
  10. "Platforms":{
  11. "Linux":{
  12. "Linux":{
  13. "cmake_find_source":"Findcityhash.cmake.linux",
  14. "cmake_find_target":"Findcityhash.cmake",
  15. "custom_build_cmd": [
  16. "./build_linux.sh"
  17. ],
  18. "custom_install_cmd": [
  19. "./install_linux.sh"
  20. ]
  21. },
  22. "Linux-aarch64": "@Linux"
  23. }
  24. }
  25. }