summaryrefslogtreecommitdiff
path: root/homebrew/snappystream/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/snappystream/.beer')
-rw-r--r--homebrew/snappystream/.beer26
1 files changed, 26 insertions, 0 deletions
diff --git a/homebrew/snappystream/.beer b/homebrew/snappystream/.beer
new file mode 100644
index 000000000..5252c757e
--- /dev/null
+++ b/homebrew/snappystream/.beer
@@ -0,0 +1,26 @@
+{
+ "name": "Snappystream",
+ "description": "C++ snappy stream realization (compatible with snappy)",
+ "url": "https://github.com/hoxnox/snappystream/archive/1.0.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/hoxnox/snappystream",
+ "depends": [
+ {
+ "depend": "cmake",
+ "build-depend": true
+ },
+ {
+ "depend": "snappy",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"cmake\", \".\", *std_cmake_args, \"-DBUILD_TESTS=ON\"",
+ "system \"make\", \"all\", \"test\", \"install\""
+ ],
+ "version": "1.0.0",
+ "file": "snappystream.rb"
+} \ No newline at end of file