diff options
| author | Kuntal Majumder <12135951+hellozee@users.noreply.github.com> | 2021-08-05 15:37:52 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-05 03:07:52 -0700 |
| commit | aacdf5fd5a538d2e72470deeba8f83da3f3ef681 (patch) | |
| tree | 17802469105f750afbd4af70569115dc2797abf2 /versions | |
| parent | 4caec04fdbcf489010e2936d6b0cfa407b333953 (diff) | |
| download | vcpkg-aacdf5fd5a538d2e72470deeba8f83da3f3ef681.tar.gz vcpkg-aacdf5fd5a538d2e72470deeba8f83da3f3ef681.zip | |
[ libsnoretoast ] new port (#19281)
* Add libsnoretoast port
* Skip the ci check for libsnoretoast on osx and linux
* Add the version baseline
* replace deprecated cmake commands
* Update version database
* make uwp as unsupported
* Update version database
* use copy_tools and add quotes
* Update version database
* removed explicit defaults, made fail on uwp and updated the description
* Update version database
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libsnoretoast.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index b5592ba22..39e52b6a1 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3604,6 +3604,10 @@ "baseline": "1.0.31", "port-version": 0 }, + "libsnoretoast": { + "baseline": "0.8.0", + "port-version": 0 + }, "libsodium": { "baseline": "1.0.18", "port-version": 5 diff --git a/versions/l-/libsnoretoast.json b/versions/l-/libsnoretoast.json new file mode 100644 index 000000000..609c6e70e --- /dev/null +++ b/versions/l-/libsnoretoast.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "7ddd1b84089de293b4a9d74af6b7593d089084a9", + "version-semver": "0.8.0", + "port-version": 0 + } + ] +} |
