summaryrefslogtreecommitdiff
path: root/homebrew/multimarkdown/.beer
blob: ec588e841e84d8eaaecb3af5bd68604b2574f2d3 (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
34
35
36
37
38
39
40
{
    "name": "Multimarkdown",
    "description": "Turn marked-up plain text into well-formatted documents",
    "url": "https://github.com/fletcher/MultiMarkdown-6/archive/6.4.0.tar.gz",
    "mirror": null,
    "homepage": "https://fletcher.github.io/MultiMarkdown-6/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "mtools",
            "reason": "both install `mmd` binaries"
        },
        {
            "conflict": "markdown",
            "reason": "both install `markdown` binaries"
        },
        {
            "conflict": "discount",
            "reason": "both install `markdown` binaries"
        }
    ],
    "patches": [],
    "install": [
        "inreplace \"CMakeLists.txt\",",
        "\"SET(CMAKE_OSX_DEPLOYMENT_TARGET \\\"10.4\\\"\",",
        "\"SET(CMAKE_OSX_DEPLOYMENT_TARGET \\\"#{MacOS.version}\\\"\"",
        "system \"make\", \"release\"",
        "cd \"build\" do",
        "system \"make\"",
        "bin.install \"multimarkdown\""
    ],
    "version": "6.4.0",
    "file": "multimarkdown.rb"
}