summaryrefslogtreecommitdiff
path: root/homebrew/sdl2ttf/.beer
blob: 2fd3a84793ff163a9a9f4b954534a104bb6804b7 (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
{
    "name": "Sdl2Ttf",
    "description": "Library for using TrueType fonts in SDL applications",
    "url": "https://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.14.tar.gz",
    "mirror": null,
    "homepage": "https://www.libsdl.org/projects/SDL_ttf/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "freetype",
            "build-depend": false
        },
        {
            "depend": "sdl2",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"SDL2_ttf.pc.in\", \"@prefix@\", HOMEBREW_PREFIX",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "2.0.14",
    "file": "sdl2_ttf.rb"
}