summaryrefslogtreecommitdiff
path: root/homebrew/makeself/.beer
blob: c55fd17076603413a407c1e64a22a5e646b0f480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Makeself",
    "description": "Make self-extractable archives on UNIX",
    "url": "https://github.com/megastep/makeself/archive/release-2.4.0.tar.gz",
    "mirror": null,
    "homepage": "http://www.megastep.org/makeself/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "libexec.install \"makeself-header.sh\"",
        "inreplace \"makeself.sh\", '`dirname \"$0\"`', libexec",
        "bin.install \"makeself.sh\" => \"makeself\"",
        "man1.install \"makeself.1\""
    ],
    "version": "2.4.0",
    "file": "makeself.rb"
}