summaryrefslogtreecommitdiff
path: root/homebrew/zpaq/.beer
blob: beb4fdf86297cd9d3001cd50d3bbdab1610fc922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Zpaq",
    "description": "Incremental, journaling command-line archiver",
    "url": "http://mattmahoney.net/dc/zpaq715.zip",
    "mirror": null,
    "homepage": "http://mattmahoney.net/dc/zpaq.html",
    "depends": [],
    "resource": [
        {
            "name": "test",
            "url": "http://mattmahoney.net/dc/calgarytest2.zpaq"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "system \"make\", \"check\"",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "715",
    "file": "zpaq.rb"
}