From 12335518ab39608d58370c85ff9f5384ad2aa5f7 Mon Sep 17 00:00:00 2001 From: MCApollo <34170230+MCApollo@users.noreply.github.com> Date: Sat, 20 Apr 2019 20:49:46 -0500 Subject: Ported in the homebrew-marauder for a hacky update/import system. TODO: Maybe add a license & fix up messy code. --- homebrew/tcltk/.beer | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 homebrew/tcltk/.beer (limited to 'homebrew/tcltk/.beer') diff --git a/homebrew/tcltk/.beer b/homebrew/tcltk/.beer new file mode 100644 index 000000000..321ee0a7d --- /dev/null +++ b/homebrew/tcltk/.beer @@ -0,0 +1,49 @@ +{ + "name": "TclTk", + "description": "Tool Command Language", + "url": "https://downloads.sourceforge.net/project/tcl/Tcl/8.6.9/tcl8.6.9-src.tar.gz", + "mirror": "https://ftp.osuosl.org/pub/blfs/conglomeration/tcl/tcl8.6.9-src.tar.gz", + "homepage": "https://www.tcl.tk/", + "depends": [ + { + "depend": "openssl", + "build-depend": false + } + ], + "resource": [ + { + "name": "critcl", + "url": "https://github.com/andreas-kupries/critcl/archive/3.1.17.tar.gz" + }, + { + "name": "tcllib", + "url": "https://downloads.sourceforge.net/project/tcllib/tcllib/1.19/tcllib-1.19.tar.gz" + }, + { + "name": "tcltls", + "url": "https://core.tcl.tk/tcltls/uv/tcltls-1.7.16.tar.gz" + }, + { + "name": "tk", + "url": "https://raw.githubusercontent.com/macports/macports-ports/0a883ad388b/x11/tk/files/patch-macosx-tkMacOSXXStubs.c.diff" + } + ], + "conflicts": [], + "patches": [], + "install": [ + "args = %W[", + "--prefix=#{prefix}", + "--mandir=#{man}", + "--enable-threads", + "--enable-64bit", + "]", + "cd \"unix\" do", + "system \"./configure\", *args", + "system \"make\"", + "system \"make\", \"install\"", + "system \"make\", \"install-private-headers\"", + "ln_s bin/\"tclsh#{version.to_f}\", bin/\"tclsh\"" + ], + "version": "8.6.9", + "file": "tcl-tk.rb" +} \ No newline at end of file -- cgit v1.2.3