summaryrefslogtreecommitdiff
path: root/homebrew/otf2bdf/.beer
blob: 9b9567e8ecea846da26b46b3dc65283cc3d76caf (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
28
29
{
    "name": "Otf2bdf",
    "description": "OpenType to BDF font converter",
    "url": "https://www.math.nmsu.edu/~mleisher/Software/otf2bdf/otf2bdf-3.1.tbz2",
    "mirror": null,
    "homepage": "https://www.math.nmsu.edu/~mleisher/Software/otf2bdf/",
    "depends": [
        {
            "depend": "freetype",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "mkinstalldirs",
            "url": "https://www.math.nmsu.edu/~mleisher/Software/otf2bdf/mkinstalldirs"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "buildpath.install resource(\"mkinstalldirs\")",
        "chmod 0755, \"mkinstalldirs\"",
        "system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "3.1",
    "file": "otf2bdf.rb"
}