summaryrefslogtreecommitdiff
path: root/homebrew/libzip/.beer
blob: 08b4a25da82b81f880e21639aa87c14efea989c6 (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
{
    "name": "Libzip",
    "description": "C library for reading, creating, and modifying zip archives",
    "url": "https://libzip.org/download/libzip-1.5.2.tar.gz",
    "mirror": null,
    "homepage": "https://libzip.org/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "libtcod",
            "reason": "both install `zip.h` header"
        }
    ],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "1.5.2",
    "file": "libzip.rb"
}