summaryrefslogtreecommitdiff
path: root/homebrew/zdelta/.beer
blob: 1a2bdab7a8dc8f69107667bf5b3944711c4e5d47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Zdelta",
    "description": "Lossless delta compression library",
    "url": "https://web.archive.org/web/20150804051752/cis.poly.edu/zdelta/downloads/zdelta-2.1.tar.gz",
    "mirror": null,
    "homepage": "https://web.archive.org/web/20150804051750/cis.poly.edu/zdelta/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"test\", \"CC=#{ENV.cc}\", \"CFLAGS=#{ENV.cflags}\"",
        "system \"make\", \"install\", \"prefix=#{prefix}\"",
        "bin.install \"zdc\", \"zdu\""
    ],
    "version": "2.1",
    "file": "zdelta.rb"
}