diff options
Diffstat (limited to 'vcpkg/ports/farmhash/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/farmhash/vcpkg.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/farmhash/vcpkg.json b/vcpkg/ports/farmhash/vcpkg.json new file mode 100644 index 0000000..af9bc26 --- /dev/null +++ b/vcpkg/ports/farmhash/vcpkg.json @@ -0,0 +1,9 @@ +{ + "name": "farmhash", + "version": "1.1", + "port-version": 6, + "description": "FarmHash, a family of hash functions.", + "homepage": "https://github.com/google/farmhash", + "license": "MIT", + "supports": "!arm" +} |