diff options
| author | Brett-Michael Green <me@brettmichaelgreen.com> | 2019-09-29 00:52:58 -0400 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-09-28 21:52:58 -0700 |
| commit | 719c9f9ef828caa6623a8d7cdc12c9ed7b88bad3 (patch) | |
| tree | 8e04be3adfa735125afb39ef85a0bd57219b9e70 /ports/tcl/CONTROL | |
| parent | 453ffa5aad5cb110f1c4b233bd0876154276839c (diff) | |
| download | vcpkg-719c9f9ef828caa6623a8d7cdc12c9ed7b88bad3.tar.gz vcpkg-719c9f9ef828caa6623a8d7cdc12c9ed7b88bad3.zip | |
add support for tcl (#8026)
Diffstat (limited to 'ports/tcl/CONTROL')
| -rw-r--r-- | ports/tcl/CONTROL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/tcl/CONTROL b/ports/tcl/CONTROL new file mode 100644 index 000000000..2c89905e8 --- /dev/null +++ b/ports/tcl/CONTROL @@ -0,0 +1,4 @@ +Source: tcl +Version: 8.6.5 +Homepage: https://github.com/tcltk/tcl +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. |
