summaryrefslogtreecommitdiff
path: root/homebrew/pbcsig/.beer
blob: dee7c1609a4103f775094da611c67dc6542fbbe0 (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
36
37
38
39
{
    "name": "PbcSig",
    "description": "Signatures library",
    "url": "https://crypto.stanford.edu/pbc/sig/files/pbc_sig-0.0.8.tar.gz",
    "mirror": null,
    "homepage": "https://crypto.stanford.edu/pbc/sig/",
    "depends": [
        {
            "depend": "pbc",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": null,
            "data": [
                "diff --git a/sig/bbs.c b/sig/bbs.c\n",
                "index ed1b437..8aa8331 100644\n",
                "--- a/sig/bbs.c\n",
                "+++ b/sig/bbs.c\n",
                "@@ -1,4 +1,5 @@\n",
                " //see Boneh, Boyen and Shacham, \"Short Group Signatures\"\n",
                "+#include <stdint.h>\n",
                " #include <pbc/pbc_utils.h>\n",
                " #include \"pbc_sig.h\"\n",
                " #include \"pbc_hash.h\"\n"
            ]
        }
    ],
    "install": [
        "system \"./configure\", \"--disable-debug\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.0.8",
    "file": "pbc-sig.rb"
}