summaryrefslogtreecommitdiff
path: root/homebrew/uudeview/.beer
blob: 8a96408430c9360ff67e3e1354b450163cc7c0ea (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
{
    "name": "Uudeview",
    "description": "Smart multi-file multi-part decoder",
    "url": "http://www.fpx.de/fp/Software/UUDeview/download/uudeview-0.5.20.tar.gz",
    "mirror": null,
    "homepage": "http://www.fpx.de/fp/Software/UUDeview/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [
        {
            "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/19da78c/uudeview/inews.c.patch",
            "strip": "0"
        }
    ],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--mandir=#{man}\",",
        "\"--disable-tcl\"",
        "system \"make\", \"install\"",
        "lib.install \"uulib/libuu.a\"",
        "include.install \"uulib/uudeview.h\""
    ],
    "version": "0.5.20",
    "file": "uudeview.rb"
}