aboutsummaryrefslogtreecommitdiff
path: root/ports/tinydir
diff options
context:
space:
mode:
Diffstat (limited to 'ports/tinydir')
-rw-r--r--ports/tinydir/CONTROL4
-rw-r--r--ports/tinydir/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/tinydir/CONTROL b/ports/tinydir/CONTROL
deleted file mode 100644
index 04a6b7b60..000000000
--- a/ports/tinydir/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: tinydir
-Version: 1.2.4
-Homepage: https://github.com/cxong/tinydir
-Description: Lightweight, portable and easy to integrate C directory and file reader
diff --git a/ports/tinydir/vcpkg.json b/ports/tinydir/vcpkg.json
new file mode 100644
index 000000000..7326cdd20
--- /dev/null
+++ b/ports/tinydir/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "tinydir",
+ "version-string": "1.2.4",
+ "port-version": 1,
+ "description": "Lightweight, portable and easy to integrate C directory and file reader",
+ "homepage": "https://github.com/cxong/tinydir"
+}