aboutsummaryrefslogtreecommitdiff
path: root/ports/libvmdk
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libvmdk')
-rw-r--r--ports/libvmdk/CONTROL6
-rw-r--r--ports/libvmdk/vcpkg.json12
2 files changed, 12 insertions, 6 deletions
diff --git a/ports/libvmdk/CONTROL b/ports/libvmdk/CONTROL
deleted file mode 100644
index 21a1e9c5e..000000000
--- a/ports/libvmdk/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: libvmdk
-Version: 20200926
-Homepage: https://github.com/libyal/libvmdk
-Description: Library and tools to access the VMware Virtual Disk (VMDK) format
-Build-Depends: gettext,zlib
-Supports: !uwp
diff --git a/ports/libvmdk/vcpkg.json b/ports/libvmdk/vcpkg.json
new file mode 100644
index 000000000..e8211d6c6
--- /dev/null
+++ b/ports/libvmdk/vcpkg.json
@@ -0,0 +1,12 @@
+{
+ "name": "libvmdk",
+ "version-string": "20200926",
+ "port-version": 1,
+ "description": "Library and tools to access the VMware Virtual Disk (VMDK) format",
+ "homepage": "https://github.com/libyal/libvmdk",
+ "supports": "!uwp",
+ "dependencies": [
+ "gettext",
+ "zlib"
+ ]
+}