summaryrefslogtreecommitdiff
path: root/homebrew/bibtool/.beer
blob: e884e72b126dd75d1b5b8dcf25510cdbb3f916ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "BibTool",
    "description": "Manipulates BibTeX databases",
    "url": "https://github.com/ge-ne/bibtool/releases/download/BibTool_2_67/BibTool-2.67.tar.gz",
    "mirror": null,
    "homepage": "http://www.gerd-neugebauer.de/software/TeX/BibTool/en/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\", \"--without-kpathsea\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "2.67",
    "file": "bib-tool.rb"
}