summaryrefslogtreecommitdiff
path: root/homebrew/texinfo/.beer
blob: 88a29efd9565514a097a816305efc36f112fe9ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "Texinfo",
    "description": "Official documentation format of the GNU project",
    "url": "https://ftp.gnu.org/gnu/texinfo/texinfo-6.6.tar.xz",
    "mirror": "https://ftpmirror.gnu.org/texinfo/texinfo-6.6.tar.xz",
    "homepage": "https://www.gnu.org/software/texinfo/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-install-warnings\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\"",
        "doc.install Dir[\"doc/refcard/txirefcard*\"]"
    ],
    "version": "6.6",
    "file": "texinfo.rb"
}