aboutsummaryrefslogtreecommitdiff
path: root/ports/croncpp
diff options
context:
space:
mode:
Diffstat (limited to 'ports/croncpp')
-rw-r--r--ports/croncpp/CONTROL5
-rw-r--r--ports/croncpp/vcpkg.json7
2 files changed, 7 insertions, 5 deletions
diff --git a/ports/croncpp/CONTROL b/ports/croncpp/CONTROL
deleted file mode 100644
index 32ef3b907..000000000
--- a/ports/croncpp/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: croncpp
-Version: 2020-09-04
-Port-Version: 1
-Homepage: https://github.com/mariusbancila/croncpp
-Description: croncpp is a C++17 header-only cross-platform library for handling CRON expressions.
diff --git a/ports/croncpp/vcpkg.json b/ports/croncpp/vcpkg.json
new file mode 100644
index 000000000..d1b9e05de
--- /dev/null
+++ b/ports/croncpp/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "croncpp",
+ "version-string": "2020-09-04",
+ "port-version": 2,
+ "description": "croncpp is a C++17 header-only cross-platform library for handling CRON expressions.",
+ "homepage": "https://github.com/mariusbancila/croncpp"
+}