summaryrefslogtreecommitdiff
path: root/homebrew/libzzip/.beer
blob: bc79fa5e3b224f15896fd834f820722c9b197708 (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
29
30
31
32
{
    "name": "Libzzip",
    "description": "Library providing read access on ZIP-archives",
    "url": "https://github.com/gdraheim/zziplib/archive/v0.13.69.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/gdraheim/zziplib",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "xmlto",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"XML_CATALOG_FILES\"] = \"#{etc}/xml/catalog\"",
        "args = %W[",
        "--without-debug",
        "--disable-dependency-tracking",
        "--prefix=#{prefix}",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "0.13.69",
    "file": "libzzip.rb"
}