vcpkg/ports/date/vcpkg.json
Max febf337ad8
[date] update sha to be lowercase for windows installs (#21922)
* [date] update sha to be lowercase for windows installs

* add version

* update version

Co-authored-by: Max Christy <mchristy@precisionplanting.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-12-09 17:01:00 -08:00

26 lines
507 B
JSON

{
"name": "date",
"version": "3.0.1",
"port-version": 1,
"description": "A date and time library based on the C++17 <chrono> header",
"homepage": "https://github.com/HowardHinnant/date",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"remote-api": {
"description": "support automatic download of tz data",
"dependencies": [
"curl"
]
}
}
}