summaryrefslogtreecommitdiff
path: root/homebrew/boostbuild/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/boostbuild/.beer')
-rw-r--r--homebrew/boostbuild/.beer22
1 files changed, 22 insertions, 0 deletions
diff --git a/homebrew/boostbuild/.beer b/homebrew/boostbuild/.beer
new file mode 100644
index 000000000..d9c9244ac
--- /dev/null
+++ b/homebrew/boostbuild/.beer
@@ -0,0 +1,22 @@
+{
+ "name": "BoostBuild",
+ "description": "C++ build system",
+ "url": "https://github.com/boostorg/build/archive/boost-1.69.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.boost.org/build/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [
+ {
+ "conflict": "b2-tools",
+ "reason": "both install `b2` binaries"
+ }
+ ],
+ "patches": [],
+ "install": [
+ "system \"./bootstrap.sh\"",
+ "system \"./b2\", \"--prefix=#{prefix}\", \"install\""
+ ],
+ "version": "1.69.0",
+ "file": "boost-build.rb"
+} \ No newline at end of file