summaryrefslogtreecommitdiff
path: root/homebrew/zlib/.beer
blob: c42397a2a72809a4df7485911b7bb62d64e4f4b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Zlib",
    "description": "General-purpose lossless data-compression library",
    "url": "https://zlib.net/zlib-1.2.11.tar.gz",
    "mirror": "https://downloads.sourceforge.net/project/libpng/zlib/1.2.11/zlib-1.2.11.tar.gz",
    "homepage": "https://zlib.net/",
    "depends": [],
    "resource": [
        {
            "name": "test_artifact",
            "url": "https://zlib.net/zpipe.c"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.2.11",
    "file": "zlib.rb"
}