summaryrefslogtreecommitdiff
path: root/homebrew/libuninameslist/.beer
blob: 8ec40ef69e39434da64b8c187e8301ac87781cf6 (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
30
31
32
33
34
{
    "name": "Libuninameslist",
    "description": "Library of Unicode names and annotation data",
    "url": "https://github.com/fontforge/libuninameslist/releases/download/20190305/libuninameslist-dist-20190305.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/fontforge/libuninameslist",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "if build.head?",
        "system \"autoreconf\", \"-i\"",
        "system \"automake\"",
        "end",
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "20190305",
    "file": "libuninameslist.rb"
}