1234567891011121314151617181920212223242526 |
- {
- "git_url":"https://github.com/google/cityhash.git",
- "git_tag": "master",
- "git_commit": "f5dc54147fcce12cefd16548c8e760d68ac04226",
- "package_name":"cityhash",
- "package_version":"1.1-rev1",
- "package_url":"https://github.com/google/cityhash",
- "package_license":"BSD-3-Clause",
- "package_license_file":"COPYING",
- "Platforms":{
- "Linux":{
- "Linux":{
- "cmake_find_source":"Findcityhash.cmake.linux",
- "cmake_find_target":"Findcityhash.cmake",
- "custom_build_cmd": [
- "./build_linux.sh"
- ],
- "custom_install_cmd": [
- "./install_linux.sh"
- ]
- },
- "Linux-aarch64": "@Linux"
- }
- }
- }
|