summaryrefslogtreecommitdiff
path: root/homebrew/mkconfigure/.beer
blob: 17aab721a2c4ed51e744af99646e4c55c94a6660 (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
{
    "name": "MkConfigure",
    "description": "Lightweight replacement for GNU autotools",
    "url": "https://downloads.sourceforge.net/project/mk-configure/mk-configure/mk-configure-0.30.0/mk-configure-0.30.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/cheusov/mk-configure",
    "depends": [
        {
            "depend": "bmake",
            "build-depend": false
        },
        {
            "depend": "makedepend",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"PREFIX\"] = prefix",
        "ENV[\"MANDIR\"] = man",
        "system \"bmake\", \"all\"",
        "system \"bmake\", \"install\"",
        "doc.install \"presentation/presentation.pdf\""
    ],
    "version": "0.30.0",
    "file": "mk-configure.rb"
}