aboutsummaryrefslogtreecommitdiff
path: root/ports/date
diff options
context:
space:
mode:
Diffstat (limited to 'ports/date')
-rw-r--r--ports/date/CONTROL9
-rw-r--r--ports/date/vcpkg.json15
2 files changed, 15 insertions, 9 deletions
diff --git a/ports/date/CONTROL b/ports/date/CONTROL
deleted file mode 100644
index 0489b34d3..000000000
--- a/ports/date/CONTROL
+++ /dev/null
@@ -1,9 +0,0 @@
-Source: date
-Version: 3.0.0
-Port-Version: 2
-Homepage: https://github.com/HowardHinnant/date
-Description: A date and time library based on the C++17 <chrono> header
-
-Feature: remote-api
-Description: support automatic download of tz data
-Build-Depends: curl
diff --git a/ports/date/vcpkg.json b/ports/date/vcpkg.json
new file mode 100644
index 000000000..cbca5d9b0
--- /dev/null
+++ b/ports/date/vcpkg.json
@@ -0,0 +1,15 @@
+{
+ "name": "date",
+ "version-string": "3.0.0",
+ "port-version": 3,
+ "description": "A date and time library based on the C++17 <chrono> header",
+ "homepage": "https://github.com/HowardHinnant/date",
+ "features": {
+ "remote-api": {
+ "description": "support automatic download of tz data",
+ "dependencies": [
+ "curl"
+ ]
+ }
+ }
+}