summaryrefslogtreecommitdiff
path: root/homebrew/argtable/.beer
blob: d444341b0b7660a70460e4cc5953ee325840971e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Argtable",
    "description": "ANSI C library for parsing GNU-style command-line options",
    "url": "https://downloads.sourceforge.net/project/argtable/argtable/argtable-2.13/argtable2-13.tar.gz",
    "mirror": null,
    "homepage": "https://argtable.sourceforge.io",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.13",
    "file": "argtable.rb"
}