summaryrefslogtreecommitdiff
path: root/homebrew/libmemcached/.beer
blob: 8861bb279b0b421fd42e35cf9a50428a15a0aad3 (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
26
27
{
    "name": "Libmemcached",
    "description": "C and C++ client library to the memcached server",
    "url": "https://launchpad.net/libmemcached/1.0/1.0.18/+download/libmemcached-1.0.18.tar.gz",
    "mirror": null,
    "homepage": "https://libmemcached.org/",
    "depends": [
        {
            "depend": "memcached",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/60f3532/libmemcached/1.0.18.patch",
            "strip": "1"
        }
    ],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.0.18",
    "file": "libmemcached.rb"
}