summaryrefslogtreecommitdiff
path: root/homebrew/vstr/.beer
blob: c271d25715be0986c075a093911391eb36ea934c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "name": "Vstr",
    "description": "C string library",
    "url": "http://www.and.org/vstr/1.0.15/vstr-1.0.15.tar.bz2",
    "mirror": null,
    "homepage": "http://www.and.org/vstr/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.append \"CFLAGS\", \"--std=gnu89\" if ENV.compiler == :clang",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.0.15",
    "file": "vstr.rb"
}