summaryrefslogtreecommitdiff
path: root/homebrew/argon2/.beer
blob: d570e049a9f8464f41a28ceb207195540cfcac75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Argon2",
    "description": "Password hashing library and CLI utility",
    "url": "https://github.com/P-H-C/phc-winner-argon2/archive/20171227.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/P-H-C/phc-winner-argon2",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "system \"make\", \"test\"",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\"",
        "doc.install \"argon2-specs.pdf\""
    ],
    "version": "20171227",
    "file": "argon2.rb"
}