summaryrefslogtreecommitdiff
path: root/homebrew/heimdal/.beer
blob: ec70b4480200e6e02e33d097b9cbb7ed51401512 (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
{
    "name": "Heimdal",
    "description": "Free Kerberos 5 implementation",
    "url": "https://github.com/heimdal/heimdal/releases/download/heimdal-7.5.0/heimdal-7.5.0.tar.gz",
    "mirror": null,
    "homepage": "https://www.h5l.org",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--disable-debug",
        "--disable-dependency-tracking",
        "--prefix=#{prefix}",
        "--without-x",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "7.5.0",
    "file": "heimdal.rb"
}