summaryrefslogtreecommitdiff
path: root/homebrew/unrtf/.beer
blob: fe991b6f676f3f00e17c4b379f4478ab8b7c2b37 (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
{
    "name": "Unrtf",
    "description": "RTF to other formats converter",
    "url": "https://ftp.gnu.org/gnu/unrtf/unrtf-0.21.9.tar.gz",
    "mirror": "https://ftpmirror.gnu.org/unrtf/unrtf-0.21.9.tar.gz",
    "homepage": "https://www.gnu.org/software/unrtf/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./bootstrap\"",
        "system \"./configure\", \"LIBS=-liconv\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.21.9",
    "file": "unrtf.rb"
}