summaryrefslogtreecommitdiff
path: root/homebrew/fossil/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/fossil/.beer')
-rw-r--r--homebrew/fossil/.beer33
1 files changed, 33 insertions, 0 deletions
diff --git a/homebrew/fossil/.beer b/homebrew/fossil/.beer
new file mode 100644
index 000000000..df9312b54
--- /dev/null
+++ b/homebrew/fossil/.beer
@@ -0,0 +1,33 @@
+{
+ "name": "Fossil",
+ "description": "Distributed software configuration management",
+ "url": "https://www.fossil-scm.org/index.html/uv/fossil-src-2.8.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.fossil-scm.org/",
+ "depends": [
+ {
+ "depend": "openssl",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "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",
+ "system \"./configure\", *args",
+ "system \"make\"",
+ "bin.install \"fossil\""
+ ],
+ "version": "2.8",
+ "file": "fossil.rb"
+} \ No newline at end of file