Files
alire-index-community/index/li/libtk/libtk-external.toml
T
Simon Wright 8eb9a42630 libtcl, libtk external (#639)
* 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.
2022-10-03 11:32:47 +02:00

16 lines
416 B
TOML

description = "Tk (Tool Control Language Toolkit)"
name = "libtk"
licenses = "TCL"
authors = ["Simon Wright"]
maintainers = ["Simon Wright <simon@pushface.org>"]
maintainers-logins = ["simonjwright"]
[[external]]
hint = "Please install Tk from source or system packages"
kind="system"
[external.origin."case(distribution)"]
"debian|ubuntu" = ["tk8.6-dev"]
"msys2" = ["mingw-w64-x86_64-tk"]
"homebrew" = ["tcl-tk"]