summaryrefslogtreecommitdiff
path: root/homebrew/libbind/.beer
blob: 5644ed203bec0b9a68ff7a4d3bc26ee8cbec6313 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Libbind",
    "description": "Original resolver library from ISC",
    "url": "https://ftp.isc.org/isc/libbind/6.0/libbind-6.0.tar.gz",
    "mirror": null,
    "homepage": "https://www.isc.org/software/libbind",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\" ",
        "system \"make\", \"install\""
    ],
    "version": "6.0",
    "file": "libbind.rb"
}