summaryrefslogtreecommitdiff
path: root/homebrew/t1lib/.beer
blob: c9e9d6aedf83cf957751f014e310273a3144e6fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "T1lib",
    "description": "C library to generate/rasterize bitmaps from Type 1 fonts",
    "url": "https://www.ibiblio.org/pub/linux/libs/graphics/t1lib-5.1.2.tar.gz",
    "mirror": "https://fossies.org/linux/misc/old/t1lib-5.1.2.tar.gz",
    "homepage": "https://www.t1lib.org/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"without_doc\"",
        "system \"make\", \"install\"",
        "share.install \"Fonts\" => \"fonts\""
    ],
    "version": "5.1.2",
    "file": "t1lib.rb"
}