summaryrefslogtreecommitdiff
path: root/homebrew/zip/.beer
blob: c03bd97db595b0ef2c6fd2c39226a3294a0e9592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "Zip",
    "description": "Compression and file packaging/archive utility",
    "url": "https://downloads.sourceforge.net/project/infozip/Zip%203.x%20%28latest%29/3.0/zip30.tar.gz",
    "mirror": null,
    "homepage": "https://infozip.sourceforge.io/Zip.html",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://deb.debian.org/debian/pool/main/z/zip/zip_3.0-11.debian.tar.xz",
            "strip": "1"
        }
    ],
    "install": [
        "system \"make\", \"-f\", \"unix/Makefile\", \"CC=#{ENV.cc}\", \"generic\"",
        "system \"make\", \"-f\", \"unix/Makefile\", \"BINDIR=#{bin}\", \"MANDIR=#{man1}\", \"install\""
    ],
    "version": "3.0",
    "file": "zip.rb"
}