aboutsummaryrefslogtreecommitdiff
path: root/ports/utfz
diff options
context:
space:
mode:
Diffstat (limited to 'ports/utfz')
-rw-r--r--ports/utfz/CONTROL4
-rw-r--r--ports/utfz/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/utfz/CONTROL b/ports/utfz/CONTROL
deleted file mode 100644
index 1212c4d6d..000000000
--- a/ports/utfz/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: utfz
-Version: 1.2-1
-Homepage: https://github.com/IMQS/utfz
-Description: A tiny C++ library for parsing and encoding utf-8
diff --git a/ports/utfz/vcpkg.json b/ports/utfz/vcpkg.json
new file mode 100644
index 000000000..480e32b4d
--- /dev/null
+++ b/ports/utfz/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "utfz",
+ "version-string": "1.2",
+ "port-version": 2,
+ "description": "A tiny C++ library for parsing and encoding utf-8",
+ "homepage": "https://github.com/IMQS/utfz"
+}