diff options
| author | João Maia <jpmmaia@gmail.com> | 2021-07-06 18:29:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 10:29:48 -0700 |
| commit | 110c89fc6ada7bc9fad715eaf8211f20aad084f5 (patch) | |
| tree | 246332634c1496a0e3c6d5fe467eaeaa7b432b0f /versions | |
| parent | b361c2eefa3966cb7cec45275aff32e90430aaa6 (diff) | |
| download | vcpkg-110c89fc6ada7bc9fad715eaf8211f20aad084f5.tar.gz vcpkg-110c89fc6ada7bc9fad715eaf8211f20aad084f5.zip | |
[klein] create a new port (#18279)
* [klein] new port
* [klein] Replace version-string by version
* [klein] Add call to vcpkg_fixup_pkgconfig()
* [klein] Replace klein by ${PORT}
* [klein] Add patch to avoid using FetchContent
* [klein] Change version to version-date
* update version
* Apply suggestions from code review
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
* Update git-tree version
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/k-/klein.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index a200b7aee..9cbe756ae 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2920,6 +2920,10 @@ "baseline": "2020-03-30", "port-version": 0 }, + "klein": { + "baseline": "2021-05-09", + "port-version": 0 + }, "knet": { "baseline": "1.0.2", "port-version": 0 diff --git a/versions/k-/klein.json b/versions/k-/klein.json new file mode 100644 index 000000000..37c636709 --- /dev/null +++ b/versions/k-/klein.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "5a367eafd82860f61245c54f64306b35a9e0978c", + "version-date": "2021-05-09", + "port-version": 0 + } + ] +} |
