summaryrefslogtreecommitdiff
path: root/homebrew/bcrypt/.beer
blob: 27a25e18f9a362435801c3beb1407f66d4195deb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Bcrypt",
    "description": "Cross platform file encryption utility using blowfish",
    "url": "https://bcrypt.sourceforge.io/bcrypt-1.1.tar.gz",
    "mirror": null,
    "homepage": "https://bcrypt.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"CC=#{ENV.cc}\",",
        "\"CFLAGS=#{ENV.cflags}\",",
        "\"LDFLAGS=-lz\"",
        "bin.install \"bcrypt\"",
        "man1.install gzip(\"bcrypt.1\")"
    ],
    "version": "1.1",
    "file": "bcrypt.rb"
}