summaryrefslogtreecommitdiff
path: root/homebrew/ivykis/.beer
blob: 3adefd1db32eaa1b5ea818b253f73d423cc50dfc (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
{
    "name": "Ivykis",
    "description": "Async I/O-assisting library",
    "url": "https://downloads.sourceforge.net/project/libivykis/0.42.3/ivykis-0.42.3.tar.gz",
    "mirror": null,
    "homepage": "https://sourceforge.net/projects/libivykis",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"autoreconf\", \"-i\"",
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.42.3",
    "file": "ivykis.rb"
}