summaryrefslogtreecommitdiff
path: root/homebrew/gzip/.beer
blob: 1be61d6ab79c827961944d89dca805fafe4fbe18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Gzip",
    "description": "Popular GNU data compression program",
    "url": "https://ftp.gnu.org/gnu/gzip/gzip-1.10.tar.gz",
    "mirror": "https://ftpmirror.gnu.org/gzip/gzip-1.10.tar.gz",
    "homepage": "https://www.gnu.org/software/gzip",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.10",
    "file": "gzip.rb"
}