summaryrefslogtreecommitdiff
path: root/homebrew/talloc/.beer
blob: f2b9071e5af5671842a3827037a8f4bd50d664ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Talloc",
    "description": "Hierarchical, reference-counted memory pool with destructors",
    "url": "https://www.samba.org/ftp/talloc/talloc-2.1.14.tar.gz",
    "mirror": null,
    "homepage": "https://talloc.samba.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--disable-rpath\",",
        "\"--without-gettext\",",
        "\"--disable-python\"",
        "system \"make\", \"install\""
    ],
    "version": "2.1.14",
    "file": "talloc.rb"
}