summaryrefslogtreecommitdiff
path: root/homebrew/flatcc/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/flatcc/.beer')
-rw-r--r--homebrew/flatcc/.beer26
1 files changed, 26 insertions, 0 deletions
diff --git a/homebrew/flatcc/.beer b/homebrew/flatcc/.beer
new file mode 100644
index 000000000..54b1aceab
--- /dev/null
+++ b/homebrew/flatcc/.beer
@@ -0,0 +1,26 @@
+{
+ "name": "Flatcc",
+ "description": "FlatBuffers Compiler and Library in C for C",
+ "url": "https://github.com/dvidelabs/flatcc/archive/v0.5.3.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/dvidelabs/flatcc",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"cmake\", \"-G\", \"Unix Makefiles\", buildpath, *std_cmake_args",
+ "system \"make\"",
+ "bin.install \"bin/flatcc\"",
+ "lib.install \"lib/libflatcc.a\"",
+ "lib.install \"lib/libflatccrt.a\"",
+ "include.install Dir[\"include/*\"]"
+ ],
+ "version": "0.5.3",
+ "file": "flatcc.rb"
+} \ No newline at end of file