Remove older duplicate tk recipe

This commit is contained in:
Wildan M 2026-06-20 14:19:09 +07:00
parent 9597cb30ed
commit 2426b0a0bf
No known key found for this signature in database
GPG Key ID: 01AC53185C679C79

View File

@ -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
"""