summaryrefslogtreecommitdiff
path: root/homebrew/texi2html/.beer
blob: ac42f235c459a566fb49e808d621b7043cce83a9 (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
{
    "name": "Texi2html",
    "description": "Convert TeXinfo files to HTML",
    "url": "https://download.savannah.gnu.org/releases/texi2html/texi2html-5.0.tar.gz",
    "mirror": null,
    "homepage": "https://www.nongnu.org/texi2html/",
    "depends": [
        {
            "depend": "gettext",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\",",
        "\"--mandir=#{man}\", \"--infodir=#{info}\"",
        "chmod 0755, \"./install-sh\"",
        "system \"make\", \"install\""
    ],
    "version": "5.0",
    "file": "texi2html.rb"
}