mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
10 lines
227 B
TOML
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
|
|
"""
|