summaryrefslogtreecommitdiff
path: root/homebrew/neal/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/neal/.beer')
-rw-r--r--homebrew/neal/.beer47
1 files changed, 47 insertions, 0 deletions
diff --git a/homebrew/neal/.beer b/homebrew/neal/.beer
new file mode 100644
index 000000000..0a06d6830
--- /dev/null
+++ b/homebrew/neal/.beer
@@ -0,0 +1,47 @@
+{
+ "name": "Neal",
+ "description": "Analyzes source code based on user-specified rules written in a custom DSL",
+ "url": "https://github.com/uber/NEAL/archive/v0.2.4.tar.gz",
+ "mirror": null,
+ "homepage": "https://uber.github.io/NEAL/",
+ "depends": [
+ {
+ "depend": "camlp4",
+ "build-depend": true
+ },
+ {
+ "depend": "ocaml",
+ "build-depend": true
+ },
+ {
+ "depend": "ocaml-num",
+ "build-depend": true
+ },
+ {
+ "depend": "ocamlbuild",
+ "build-depend": true
+ },
+ {
+ "depend": "opam",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "opamroot = buildpath/\"opamroot\"",
+ "opamroot.mkpath",
+ "ENV[\"OPAMROOT\"] = opamroot",
+ "ENV[\"OPAMYES\"] = \"1\"",
+ "ENV[\"NATIVE\"] = \"1\"",
+ "ENV[\"LIB_PATH\"] = lib",
+ "ENV[\"BIN_PATH\"] = bin",
+ "system \"opam\", \"init\", \"--no-setup\"",
+ "system \"opam\", \"install\", \"ocamlfind\"",
+ "system \"opam\", \"install\", \"--fake\", \"num\"",
+ "system \"opam\", \"config\", \"exec\", \"--\", \"make\", \"brew\""
+ ],
+ "version": "0.2.4",
+ "file": "neal.rb"
+} \ No newline at end of file