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.
This commit is contained in:
Simon Wright
2022-10-03 10:32:47 +01:00
committed by GitHub
parent f3ff75830e
commit 8eb9a42630
2 changed files with 30 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
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"]
+15
View File
@@ -0,0 +1,15 @@
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"]