summaryrefslogtreecommitdiff
path: root/homebrew/highlight/.beer
blob: cdbafc9d336c76fea03db70c1973392014717d32 (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": "Highlight",
    "description": "Convert source code to formatted text with syntax highlighting",
    "url": "http://www.andre-simon.de/zip/highlight-3.50.tar.bz2",
    "mirror": null,
    "homepage": "http://www.andre-simon.de/doku/highlight/en/highlight.php",
    "depends": [
        {
            "depend": "boost",
            "build-depend": true
        },
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "lua",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "conf_dir = etc/\"highlight/\" ",
        "system \"make\", \"PREFIX=#{prefix}\", \"conf_dir=#{conf_dir}\"",
        "system \"make\", \"PREFIX=#{prefix}\", \"conf_dir=#{conf_dir}\", \"install\""
    ],
    "version": "3.50",
    "file": "highlight.rb"
}