summaryrefslogtreecommitdiff
path: root/homebrew/jose/.beer
blob: 594cffe76e76636e8964a533995a42daff441888 (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
{
    "name": "Jose",
    "description": "C-language implementation of Javascript Object Signing and Encryption",
    "url": "https://github.com/latchset/jose/releases/download/v10/jose-10.tar.bz2",
    "mirror": null,
    "homepage": "https://github.com/latchset/jose",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "jansson",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"check\"",
        "system \"make\", \"install\""
    ],
    "version": "-10",
    "file": "jose.rb"
}