summaryrefslogtreecommitdiff
path: root/homebrew/kakoune/.beer
blob: 9e11c0fbfedb9bb0d7f4fddb8b5bce3790564071 (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
{
    "name": "Kakoune",
    "description": "Selection-based modal text editor",
    "url": "https://github.com/mawww/kakoune/releases/download/v2019.01.20/kakoune-2019.01.20.tar.bz2",
    "mirror": null,
    "homepage": "https://github.com/mawww/kakoune",
    "depends": [
        {
            "depend": "asciidoc",
            "build-depend": true
        },
        {
            "depend": "docbook-xsl",
            "build-depend": true
        },
        {
            "depend": "ncurses",
            "build-depend": false
        },
        {
            "depend": "gcc",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"XML_CATALOG_FILES\"] = \"#{etc}/xml/catalog\"",
        "cd \"src\" do",
        "system \"make\", \"install\", \"debug=no\", \"PREFIX=#{prefix}\""
    ],
    "version": "2019.01.20",
    "file": "kakoune.rb"
}