diff options
| author | Adam Johnson <AdamJohnso@gmail.com> | 2021-04-30 14:12:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-30 11:12:25 -0700 |
| commit | cc726b6a6d0e8cb6da0a5af16fb62ea67706b49b (patch) | |
| tree | bda42c3c2a4f2505085ce8449727893c8d1aa345 /versions | |
| parent | efddfbf13e65a096146bda3580abb11a1aac5288 (diff) | |
| download | vcpkg-cc726b6a6d0e8cb6da0a5af16fb62ea67706b49b.tar.gz vcpkg-cc726b6a6d0e8cb6da0a5af16fb62ea67706b49b.zip | |
[ncurses] Add new port (#17226)
* [ncurses] Add new port.
* x-add-version
* Test ncurses port against CMake.
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/n-/ncurses.json | 9 |
2 files changed, 13 insertions, 0 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 0d9854ed2..16f73bc3d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4204,6 +4204,10 @@ "baseline": "2.4.6", "port-version": 0 }, + "ncurses": { + "baseline": "6.2", + "port-version": 0 + }, "neargye-semver": { "baseline": "0.2.2", "port-version": 0 diff --git a/versions/n-/ncurses.json b/versions/n-/ncurses.json new file mode 100644 index 000000000..45c3e24b3 --- /dev/null +++ b/versions/n-/ncurses.json @@ -0,0 +1,9 @@ +{ + "versions": [ + { + "git-tree": "ab8de39c1659867da459ac0bec7e09bee5762819", + "version-string": "6.2", + "port-version": 0 + } + ] +} |
