summaryrefslogtreecommitdiff
path: root/homebrew/libb2/.beer
blob: 9a3b5504121add2ad89a3910ba123321d7571dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Libb2",
    "description": "Secure hashing function",
    "url": "https://blake2.net/libb2-0.97.tar.gz",
    "mirror": null,
    "homepage": "https://blake2.net/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--enable-fat\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.97",
    "file": "libb2.rb"
}