summaryrefslogtreecommitdiff
path: root/homebrew/gistit/.beer
blob: eed131f414e489fdba3c691159be8795ebc78ee7 (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
{
    "name": "Gistit",
    "description": "Command-line utility for creating Gists",
    "url": "https://github.com/jrbasso/gistit/archive/v0.1.3.tar.gz",
    "mirror": null,
    "homepage": "https://gistit.herokuapp.com/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "jansson",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mv \"configure.in\", \"configure.ac\" ",
        "system \"./autogen.sh\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "0.1.3",
    "file": "gistit.rb"
}