aboutsummaryrefslogtreecommitdiff
path: root/ports/chmlib
diff options
context:
space:
mode:
Diffstat (limited to 'ports/chmlib')
-rw-r--r--ports/chmlib/CONTROL4
-rw-r--r--ports/chmlib/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/chmlib/CONTROL b/ports/chmlib/CONTROL
deleted file mode 100644
index 6042ceb99..000000000
--- a/ports/chmlib/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: chmlib
-Version: 0.40-4
-Homepage: https://www.jedrea.com/chmlib/
-Description: CHMLIB is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files I've come across. Due to the fairly well-designed indexing built into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives.
diff --git a/ports/chmlib/vcpkg.json b/ports/chmlib/vcpkg.json
new file mode 100644
index 000000000..f3fcf3d84
--- /dev/null
+++ b/ports/chmlib/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "chmlib",
+ "version-string": "0.40",
+ "port-version": 5,
+ "description": "CHMLIB is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files I've come across. Due to the fairly well-designed indexing built into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives.",
+ "homepage": "https://www.jedrea.com/chmlib/"
+}