diff --git a/recipes/wip/dev/other/tk/recipe.toml b/recipes/wip/dev/other/tk/recipe.toml deleted file mode 100644 index a52bfa6f7..000000000 --- a/recipes/wip/dev/other/tk/recipe.toml +++ /dev/null @@ -1,9 +0,0 @@ -#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 -"""