aboutsummaryrefslogtreecommitdiff
path: root/ports/ebml
diff options
context:
space:
mode:
Diffstat (limited to 'ports/ebml')
-rw-r--r--ports/ebml/CONTROL5
-rw-r--r--ports/ebml/vcpkg.json8
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/ebml/CONTROL b/ports/ebml/CONTROL
deleted file mode 100644
index 7e491e6fc..000000000
--- a/ports/ebml/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: ebml
-Version: 1.4.0
-Homepage: https://github.com/Matroska-Org/libebml
-Description: a C++ library to parse EBML files
-Supports: !uwp \ No newline at end of file
diff --git a/ports/ebml/vcpkg.json b/ports/ebml/vcpkg.json
new file mode 100644
index 000000000..764a42e79
--- /dev/null
+++ b/ports/ebml/vcpkg.json
@@ -0,0 +1,8 @@
+{
+ "name": "ebml",
+ "version-string": "1.4.0",
+ "port-version": 1,
+ "description": "a C++ library to parse EBML files",
+ "homepage": "https://github.com/Matroska-Org/libebml",
+ "supports": "!uwp"
+}