summaryrefslogtreecommitdiff
path: root/homebrew/graphite2/.beer
blob: 3a3dac14e3d727a2f74954e7b90ebe0a0a479b7b (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": "Graphite2",
    "description": "Smart font renderer for non-Roman scripts",
    "url": "https://github.com/silnrsi/graphite/releases/download/1.3.13/graphite2-1.3.13.tgz",
    "mirror": null,
    "homepage": "https://graphite.sil.org/",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [
        {
            "name": "testfont",
            "url": "https://scripts.sil.org/pub/woff/fonts/Simple-Graphite-Font.ttf"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args",
        "system \"make\", \"install\""
    ],
    "version": "1.3.13",
    "file": "graphite2.rb"
}