summaryrefslogtreecommitdiff
path: root/homebrew/pbc/.beer
blob: 5a4d17efec07a0480ff234a111a8c3af60422df1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Pbc",
    "description": "Pairing-based cryptography",
    "url": "https://crypto.stanford.edu/pbc/files/pbc-0.5.14.tar.gz",
    "mirror": null,
    "homepage": "https://crypto.stanford.edu/pbc/",
    "depends": [
        {
            "depend": "gmp",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.5.14",
    "file": "pbc.rb"
}