aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tvision/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/tvision/vcpkg.json')
-rw-r--r--vcpkg/ports/tvision/vcpkg.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/tvision/vcpkg.json b/vcpkg/ports/tvision/vcpkg.json
new file mode 100644
index 0000000..1795348
--- /dev/null
+++ b/vcpkg/ports/tvision/vcpkg.json
@@ -0,0 +1,23 @@
+{
+ "name": "tvision",
+ "version-date": "2024-05-22",
+ "port-version": 1,
+ "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": "ncurses",
+ "platform": "!windows"
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}