summaryrefslogtreecommitdiff
path: root/homebrew/asn1c/.beer
blob: 033c5f2af78218f07146ae1e6959d0ad70287724 (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
26
27
28
29
30
31
32
33
{
    "name": "Asn1c",
    "description": "Compile ASN.1 specifications into C source code",
    "url": "https://github.com/vlm/asn1c/releases/download/v0.9.28/asn1c-0.9.28.tar.gz",
    "mirror": null,
    "homepage": "https://lionet.info/asn1c/blog/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"autoreconf\", \"-iv\" if build.head?",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.9.28",
    "file": "asn1c.rb"
}