aboutsummaryrefslogtreecommitdiff
path: root/ports/7zip
diff options
context:
space:
mode:
Diffstat (limited to 'ports/7zip')
-rw-r--r--ports/7zip/CONTROL6
-rw-r--r--ports/7zip/vcpkg.json8
2 files changed, 8 insertions, 6 deletions
diff --git a/ports/7zip/CONTROL b/ports/7zip/CONTROL
deleted file mode 100644
index b37fa18d1..000000000
--- a/ports/7zip/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: 7zip
-Version: 19.00
-Port-Version: 2
-Homepage: https://www.7-zip.org
-Description: Library for archiving file with a high compression ratio.
-Supports: !(linux|osx|arm|uwp)
diff --git a/ports/7zip/vcpkg.json b/ports/7zip/vcpkg.json
new file mode 100644
index 000000000..a8c7b6ce5
--- /dev/null
+++ b/ports/7zip/vcpkg.json
@@ -0,0 +1,8 @@
+{
+ "name": "7zip",
+ "version-string": "19.00",
+ "port-version": 3,
+ "description": "Library for archiving file with a high compression ratio.",
+ "homepage": "https://www.7-zip.org",
+ "supports": "!(linux | osx | arm | uwp)"
+}