diff options
Diffstat (limited to 'homebrew/qhull/.beer')
-rw-r--r-- | homebrew/qhull/.beer | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/homebrew/qhull/.beer b/homebrew/qhull/.beer new file mode 100644 index 000000000..545ce074c --- /dev/null +++ b/homebrew/qhull/.beer @@ -0,0 +1,22 @@ +{ + "name": "Qhull", + "description": "Computes convex hulls in n dimensions", + "url": "http://www.qhull.org/download/qhull-2015-src-7.2.0.tgz", + "mirror": null, + "homepage": "http://www.qhull.org/", + "depends": [ + { + "depend": "cmake", + "build-depend": true + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"cmake\", \".\", *std_cmake_args", + "system \"make\", \"install\"" + ], + "version": "2015", + "file": "qhull.rb" +}
\ No newline at end of file |