aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/xxhash/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/xxhash/vcpkg.json')
-rw-r--r--vcpkg/ports/xxhash/vcpkg.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/xxhash/vcpkg.json b/vcpkg/ports/xxhash/vcpkg.json
new file mode 100644
index 0000000..5507972
--- /dev/null
+++ b/vcpkg/ports/xxhash/vcpkg.json
@@ -0,0 +1,22 @@
+{
+ "name": "xxhash",
+ "version": "0.8.3",
+ "description": "Extremely fast hash algorithm",
+ "homepage": "https://github.com/Cyan4973/xxHash",
+ "license": "BSD-2-Clause",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "xxhsum": {
+ "description": "Build the xxhsum binary"
+ }
+ }
+}