diff options
| author | Alvin <idealvin@qq.com> | 2021-09-04 08:15:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-03 17:15:27 -0700 |
| commit | 6d0c72f1d6a05e60706ef5d96a7e00196b7f4353 (patch) | |
| tree | dde9b634763efdb63b1ae245bdde985036d1d480 /versions | |
| parent | 3fa88493abf8b5e84cdc1ce3ba2e74545ae884ea (diff) | |
| download | vcpkg-6d0c72f1d6a05e60706ef5d96a7e00196b7f4353.tar.gz vcpkg-6d0c72f1d6a05e60706ef5d96a7e00196b7f4353.zip | |
[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>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/c-/co.json | 9 |
2 files changed, 13 insertions, 0 deletions
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 + } + ] +} |
