aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tcl/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/tcl/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/tcl/vcpkg.json')
-rw-r--r--vcpkg/ports/tcl/vcpkg.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/tcl/vcpkg.json b/vcpkg/ports/tcl/vcpkg.json
new file mode 100644
index 0000000..408df2b
--- /dev/null
+++ b/vcpkg/ports/tcl/vcpkg.json
@@ -0,0 +1,25 @@
+{
+ "name": "tcl",
+ "version-string": "core-9-0-a1",
+ "port-version": 8,
+ "description": "Tcl provides a powerful platform for creating integration applications that tie together diverse applications, protocols, devices, and frameworks. When paired with the Tk toolkit, Tcl provides the fastest and most powerful way to create GUI applications that run on PCs, Unix, and Mac OS X. Tcl can also be used for a variety of web-related tasks and for creating powerful command languages for applications.",
+ "homepage": "https://github.com/tcltk/tcl",
+ "supports": "!android & !(windows & arm) & !uwp",
+ "dependencies": [
+ "zlib"
+ ],
+ "features": {
+ "profile": {
+ "description": "Adds profiling hooks. Map file is assumed."
+ },
+ "thrdalloc": {
+ "description": "Use the thread allocator (shared global free pool)."
+ },
+ "unchecked": {
+ "description": "Allows a symbols build to not use the debug enabled runtime (msvcrt.dll not msvcrtd.dll or libcmt.lib not libcmtd.lib)."
+ },
+ "utfmax": {
+ "description": "Forces Tcl_UniChar to be a 32-bit quantity in stead of 16-bits"
+ }
+ }
+}