aboutsummaryrefslogtreecommitdiff
path: root/ports/reproc
diff options
context:
space:
mode:
Diffstat (limited to 'ports/reproc')
-rw-r--r--ports/reproc/CONTROL4
-rw-r--r--ports/reproc/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/reproc/CONTROL b/ports/reproc/CONTROL
deleted file mode 100644
index 550e629be..000000000
--- a/ports/reproc/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: reproc
-Version: 14.2.1
-Description: Cross-platform (C99/C++11) process library
-Homepage: https://github.com/DaanDeMeyer/reproc
diff --git a/ports/reproc/vcpkg.json b/ports/reproc/vcpkg.json
new file mode 100644
index 000000000..bf51252e3
--- /dev/null
+++ b/ports/reproc/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "reproc",
+ "version-string": "14.2.1",
+ "port-version": 1,
+ "description": "Cross-platform (C99/C++11) process library",
+ "homepage": "https://github.com/DaanDeMeyer/reproc"
+}