redox/recipes/wip/dev/tcl/recipe.toml
2024-02-27 21:31:38 +00:00

9 lines
227 B
TOML

#TODO maybe wrong template, see https://www.tcl.tk/doc/howto/compile.html#unix
[source]
tar = "http://prdownloads.sourceforge.net/tcl/tcl8.6.13-src.tar.gz"
[build]
template = "custom"
script = """
cd unix
cookbook_configure
"""