summaryrefslogtreecommitdiff
path: root/homebrew/eotutils/.beer
blob: 34557cd1b077f75476dded36d34034215d0a2616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "EotUtils",
    "description": "Tools to convert fonts from OTF/TTF to EOT format",
    "url": "https://www.w3.org/Tools/eot-utils/eot-utilities-1.1.tar.gz",
    "mirror": null,
    "homepage": "https://www.w3.org/Tools/eot-utils/",
    "depends": [],
    "resource": [
        {
            "name": "eot",
            "url": "https://github.com/RoelN/font-face-render-check/raw/98f0adda9cfe44fe97f6d538aa893a37905a7add/dev/pixelambacht-dash.eot"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.1",
    "file": "eot-utils.rb"
}