aboutsummaryrefslogtreecommitdiff
path: root/ports/libwandio
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libwandio')
-rw-r--r--ports/libwandio/CONTROL7
-rw-r--r--ports/libwandio/vcpkg.json18
2 files changed, 18 insertions, 7 deletions
diff --git a/ports/libwandio/CONTROL b/ports/libwandio/CONTROL
deleted file mode 100644
index 1150b06ec..000000000
--- a/ports/libwandio/CONTROL
+++ /dev/null
@@ -1,7 +0,0 @@
-Source: libwandio
-Version: 4.2.1
-Port-Version: 3
-Homepage: https://github.com/wanduow/wandio
-Description: C library for simple and efficient file IO.
-Build-Depends: zlib, zstd, liblzma, lzo, lz4, curl, pthread, bzip2
-Supports: !windows
diff --git a/ports/libwandio/vcpkg.json b/ports/libwandio/vcpkg.json
new file mode 100644
index 000000000..94c493eca
--- /dev/null
+++ b/ports/libwandio/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "libwandio",
+ "version-string": "4.2.1",
+ "port-version": 4,
+ "description": "C library for simple and efficient file IO.",
+ "homepage": "https://github.com/wanduow/wandio",
+ "supports": "!windows",
+ "dependencies": [
+ "bzip2",
+ "curl",
+ "liblzma",
+ "lz4",
+ "lzo",
+ "pthread",
+ "zlib",
+ "zstd"
+ ]
+}