vcpkg/ports/tvision/vcpkg.json
myd7349 59df536514
[tvision] Add new port (#19480)
* [tvision] Add new port (fix #15839)

* [tvision] Add version file

* [tvision] getenv is not available on uwp

* [tvision] Overwrite version

* [tvision] Clean

* [tvision] Overwrite version
2021-09-02 13:56:12 -07:00

19 lines
415 B
JSON

{
"name": "tvision",
"version-date": "2021-08-10",
"description": "A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces.",
"homepage": "https://github.com/magiblot/tvision",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}