summaryrefslogtreecommitdiff
path: root/homebrew/bzip2/.beer
blob: c610cd2f9fba3f5f551aa935b739ac25ef4caf5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Bzip2",
    "description": "Freely available high-quality data compressor",
    "url": "https://ftp.osuosl.org/pub/clfs/conglomeration/bzip2/bzip2-1.0.6.tar.gz",
    "mirror": "https://fossies.org/linux/misc/bzip2-1.0.6.tar.gz",
    "homepage": "https://en.wikipedia.org/wiki/Bzip2",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"Makefile\", \"$(PREFIX)/man\", \"$(PREFIX)/share/man\"",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "1.0.6",
    "file": "bzip2.rb"
}