From 6d0c72f1d6a05e60706ef5d96a7e00196b7f4353 Mon Sep 17 00:00:00 2001 From: Alvin Date: Sat, 4 Sep 2021 08:15:27 +0800 Subject: [co] Add new port (#19535) * add package co * add version * fix support * fix version * Update ports/co/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/co/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/co/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/co/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/co/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update ports/co/vcpkg.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * using features instead of dependency * update version schema * fix portfile * fix hash * add comments & cleanup * fix hash * update portfile * up hash Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> --- versions/baseline.json | 4 ++++ versions/c-/co.json | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 versions/c-/co.json (limited to 'versions') diff --git a/versions/baseline.json b/versions/baseline.json index f9bc7d72e..d0b4731ae 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1352,6 +1352,10 @@ "baseline": "1.1.7", "port-version": 1 }, + "co": { + "baseline": "2.0.1", + "port-version": 0 + }, "coin": { "baseline": "4.0.0", "port-version": 2 diff --git a/versions/c-/co.json b/versions/c-/co.json new file mode 100644 index 000000000..165d9e3ff --- /dev/null +++ b/versions/c-/co.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "c9f30ca17733d2c0f4b071ca90d6500c456ac7d0", + "version-semver": "2.0.1", + "port-version": 0 + } + ] +} -- cgit v1.2.3