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:
@@ -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"]
|
||||
@@ -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"]
|
||||
Reference in New Issue
Block a user