aboutsummaryrefslogtreecommitdiff
path: root/ports/orc
diff options
context:
space:
mode:
Diffstat (limited to 'ports/orc')
-rw-r--r--ports/orc/CONTROL6
-rw-r--r--ports/orc/vcpkg.json15
2 files changed, 15 insertions, 6 deletions
diff --git a/ports/orc/CONTROL b/ports/orc/CONTROL
deleted file mode 100644
index 13302349e..000000000
--- a/ports/orc/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: orc
-Version: 1.6.4
-Port-Version: 1
-Homepage: https://orc.apache.org/
-Build-Depends: zlib, protobuf, lz4, snappy, zstd, gtest
-Description: The smallest, fastest columnar storage for Hadoop workloads.
diff --git a/ports/orc/vcpkg.json b/ports/orc/vcpkg.json
new file mode 100644
index 000000000..7f87b3c62
--- /dev/null
+++ b/ports/orc/vcpkg.json
@@ -0,0 +1,15 @@
+{
+ "name": "orc",
+ "version-string": "1.6.4",
+ "port-version": 2,
+ "description": "The smallest, fastest columnar storage for Hadoop workloads.",
+ "homepage": "https://orc.apache.org/",
+ "dependencies": [
+ "gtest",
+ "lz4",
+ "protobuf",
+ "snappy",
+ "zlib",
+ "zstd"
+ ]
+}