8eb9a42630
* Added externals for libtcl, libtk. macOS note: these call up the Homebrew package tcl-tk, but as usual if the user isn't using alr 1.3 they can install the package themselves. * Corrected spelling errors for libtcl, libtk. * index/li/libtcl/libtcl-external.toml: sytem -> system. * index/li/libtk/libtk-external.toml: likewise.
16 lines
415 B
TOML
16 lines
415 B
TOML
description = "Tcl (Tool Control Language)"
|
|
name = "libtcl"
|
|
licenses = "TCL"
|
|
|
|
authors = ["Simon Wright"]
|
|
maintainers = ["Simon Wright <simon@pushface.org>"]
|
|
maintainers-logins = ["simonjwright"]
|
|
|
|
[[external]]
|
|
hint = "Please install Tcl from source or system packages"
|
|
kind = "system"
|
|
[external.origin."case(distribution)"]
|
|
"debian|ubuntu" = ["tcl8.6-dev"]
|
|
"msys2" = ["mingw-w64-x86_64-tcl"]
|
|
"homebrew" = ["tcl-tk"]
|