diff options
Diffstat (limited to 'homebrew/cppp/.beer')
-rw-r--r-- | homebrew/cppp/.beer | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/homebrew/cppp/.beer b/homebrew/cppp/.beer new file mode 100644 index 000000000..a646198ec --- /dev/null +++ b/homebrew/cppp/.beer @@ -0,0 +1,17 @@ +{ + "name": "Cppp", + "description": "Partial Preprocessor for C", + "url": "https://www.muppetlabs.com/~breadbox/pub/software/cppp-2.6.tar.gz", + "mirror": null, + "homepage": "https://www.muppetlabs.com/~breadbox/software/cppp.html", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"make\"", + "bin.install \"cppp\"" + ], + "version": "2.6", + "file": "cppp.rb" +}
\ No newline at end of file |