summaryrefslogtreecommitdiff
path: root/homebrew/cppcheck/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/cppcheck/.beer')
-rw-r--r--homebrew/cppcheck/.beer24
1 files changed, 24 insertions, 0 deletions
diff --git a/homebrew/cppcheck/.beer b/homebrew/cppcheck/.beer
new file mode 100644
index 000000000..77a3d275a
--- /dev/null
+++ b/homebrew/cppcheck/.beer
@@ -0,0 +1,24 @@
+{
+ "name": "Cppcheck",
+ "description": "Static analysis of C and C++ code",
+ "url": "https://github.com/danmar/cppcheck/archive/1.87.tar.gz",
+ "mirror": null,
+ "homepage": "https://sourceforge.net/projects/cppcheck/",
+ "depends": [
+ {
+ "depend": "pcre",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.cxx11",
+ "system \"make\", \"HAVE_RULES=yes\", \"CFGDIR=#{prefix}/cfg\"",
+ "system \"make\", \"DESTDIR=#{prefix}\", \"BIN=#{bin}\", \"CFGDIR=/cfg\", \"install\"",
+ "(pkgshare/\"addons\").install Dir.glob(bin/\"*.py\")"
+ ],
+ "version": "1.87",
+ "file": "cppcheck.rb"
+} \ No newline at end of file