summaryrefslogtreecommitdiff
path: root/homebrew/bibtex2html/.beer
blob: 938021590e52a969ec1caccc59ab83a133003198 (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": "Bibtex2html",
    "description": "BibTeX to HTML converter",
    "url": "https://www.lri.fr/~filliatr/ftp/bibtex2html/bibtex2html-1.99.tar.gz",
    "mirror": null,
    "homepage": "https://www.lri.fr/~filliatr/bibtex2html/",
    "depends": [
        {
            "depend": "hevea",
            "build-depend": false
        },
        {
            "depend": "ocaml",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV[\"OCAMLPARAM\"] = \"safe-string=0,_\" ",
        "inreplace \"Makefile.in\" do |s|",
        "s.remove_make_var! \"STRLIB\""
    ],
    "version": "1.99",
    "file": "bibtex2html.rb"
}