summaryrefslogtreecommitdiff
path: root/homebrew/libident/.beer
blob: 7c4474e61e7e4ecbe60cd7db05a22f9fd609a950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Libident",
    "description": "Ident protocol library",
    "url": "https://www.remlab.net/files/libident/libident-0.32.tar.gz",
    "mirror": null,
    "homepage": "https://www.remlab.net/libident/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.32",
    "file": "libident.rb"
}