diff options
| author | Robert Kesteson <rkesters@gmail.com> | 2020-09-14 19:46:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 16:46:46 -0700 |
| commit | a2c6f1a9306159fb3aadd60ed13864c06120493d (patch) | |
| tree | 890fcfca5c4a8d405d7f371a2945d4b7358b7dd2 /ports/croncpp/CONTROL | |
| parent | 5c9e67076729c9ab5acf9b337a56326dbd1acd9e (diff) | |
| download | vcpkg-a2c6f1a9306159fb3aadd60ed13864c06120493d.tar.gz vcpkg-a2c6f1a9306159fb3aadd60ed13864c06120493d.zip | |
[croncpp] Added croncpp port (#13359)
* Added croncpp port
* Update croncpp for windows failure
* Update ports/croncpp/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/croncpp/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/croncpp/CONTROL
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/croncpp/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/croncpp/portfile.cmake
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
* Update ports/croncpp/portfile.cmake
Co-authored-by: Robert Kesterson <robert.d.kesterson@leidos.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/croncpp/CONTROL')
| -rw-r--r-- | ports/croncpp/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/croncpp/CONTROL b/ports/croncpp/CONTROL new file mode 100644 index 000000000..32ef3b907 --- /dev/null +++ b/ports/croncpp/CONTROL @@ -0,0 +1,5 @@ +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. |
