summaryrefslogtreecommitdiff
path: root/homebrew/ssdb/.beer
blob: b019c7a4e4ceea2ec444326761b26fbd69cb939e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"
}