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

10 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/tk8.6.13-src.tar.gz"
[build]
template = "custom"
script = """
cd unix
cookbook_configure
"""