summaryrefslogtreecommitdiff
path: root/homebrew/ssdb/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/ssdb/.beer')
-rw-r--r--homebrew/ssdb/.beer25
1 files changed, 25 insertions, 0 deletions
diff --git a/homebrew/ssdb/.beer b/homebrew/ssdb/.beer
new file mode 100644
index 000000000..b019c7a4e
--- /dev/null
+++ b/homebrew/ssdb/.beer
@@ -0,0 +1,25 @@
+{
+ "name": "Ssdb",
+ "description": "NoSQL database supporting many data structures: Redis alternative",
+ "url": "https://github.com/ideawu/ssdb/archive/1.9.4.tar.gz",
+ "mirror": null,
+ "homepage": "http://ssdb.io/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "inreplace \"tools/ssdb-cli\", /^DIR=.*$/, \"DIR=#{prefix}\"",
+ "system \"make\", \"CC=#{ENV.cc}\", \"CXX=#{ENV.cxx}\"",
+ "system \"make\", \"install\", \"PREFIX=#{prefix}\"",
+ "%w[bench cli dump repair server].each do |suffix|",
+ "bin.install \"#{prefix}/ssdb-#{suffix}\""
+ ],
+ "version": "1.9.4",
+ "file": "ssdb.rb"
+} \ No newline at end of file