summaryrefslogtreecommitdiff
path: root/homebrew/xz/.beer
blob: 24f0fba95c73c8a9b0413f009329951f6618c03f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Xz",
    "description": "General-purpose data compression with high compression ratio",
    "url": "https://downloads.sourceforge.net/project/lzmautils/xz-5.2.4.tar.gz",
    "mirror": "https://tukaani.org/xz/xz-5.2.4.tar.gz",
    "homepage": "https://tukaani.org/xz/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"check\"",
        "system \"make\", \"install\""
    ],
    "version": "5.2.4",
    "file": "xz.rb"
}