summaryrefslogtreecommitdiff
path: root/homebrew/lha/.beer
blob: 2434ceb14270eea47925e9dbcef1bfea5ad9ddfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
    "name": "Lha",
    "description": "Utility for creating and opening lzh archives",
    "url": "https://dotsrc.dl.osdn.net/osdn/lha/22231/lha-1.14i-ac20050924p1.tar.gz",
    "mirror": null,
    "homepage": "https://lha.osdn.jp/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [
        {
            "conflict": "lhasa",
            "reason": "both install a `lha` binary"
        }
    ],
    "patches": [],
    "install": [
        "system \"autoreconf\", \"-is\" if build.head?",
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.14",
    "file": "lha.rb"
}