summaryrefslogtreecommitdiff
path: root/homebrew/pegmarkdown/.beer
blob: 84b81a92daf77b13ab99e4667fc2e41e4e0d16ec (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
{
    "name": "PegMarkdown",
    "description": "Markdown implementation based on a PEG grammar",
    "url": "https://github.com/jgm/peg-markdown/archive/0.4.14.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/jgm/peg-markdown",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "glib",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "bin.install \"markdown\" => \"peg-markdown\""
    ],
    "version": "0.4.14",
    "file": "peg-markdown.rb"
}