summaryrefslogtreecommitdiff
path: root/homebrew/bibtexconv/.beer
blob: ebe5c0d5447d395fc10f4dcc1c9873fe0f2cba96 (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": "Bibtexconv",
    "description": "BibTeX file converter",
    "url": "https://www.uni-due.de/~be0001/bibtexconv/download/bibtexconv-1.1.13.tar.gz",
    "mirror": null,
    "homepage": "https://www.uni-due.de/~be0001/bibtexconv/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", *std_cmake_args,",
        "\"-DCRYPTO_LIBRARY=#{Formula[\"openssl\"].opt_lib}/libcrypto.dylib\"",
        "system \"make\", \"install\""
    ],
    "version": "1.1.13",
    "file": "bibtexconv.rb"
}