summaryrefslogtreecommitdiff
path: root/homebrew/beanstalkd/.beer
blob: 7e862ed82e906f79bcc85fbf730a5641631806c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "Beanstalkd",
    "description": "Generic work queue originally designed to reduce web latency",
    "url": "https://github.com/beanstalkd/beanstalkd/archive/v1.10.tar.gz",
    "mirror": null,
    "homepage": "https://beanstalkd.github.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "1.10",
    "file": "beanstalkd.rb"
}