summaryrefslogtreecommitdiff
path: root/homebrew/fossil/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/fossil/.make.sh-auto')
-rw-r--r--homebrew/fossil/.make.sh-auto11
1 files changed, 11 insertions, 0 deletions
diff --git a/homebrew/fossil/.make.sh-auto b/homebrew/fossil/.make.sh-auto
new file mode 100644
index 000000000..d0ce3b3df
--- /dev/null
+++ b/homebrew/fossil/.make.sh-auto
@@ -0,0 +1,11 @@
+pkg:setup
+args = [
+"--with-tcl-private-stubs=1", "--json", "--disable-fusefs", ]
+if MacOS.sdk_path_if_needed
+args << "--with-tcl=#{MacOS.sdk_path}/System/Library/Frameworks/Tcl.framework"
+else
+args << "--with-tcl-stubs"
+end
+pkg:configure *args
+make
+bin.install "fossil"