summaryrefslogtreecommitdiff
path: root/homebrew/sdlrtf/.beer
blob: f2ee68a48a420582d7a5c602284e7bbed8799b3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "name": "SdlRtf",
    "description": "Sample library to display Rich Text Format (RTF) documents",
    "url": "https://www.libsdl.org/projects/SDL_rtf/release/SDL_rtf-0.1.0.tar.gz",
    "mirror": null,
    "homepage": "https://www.libsdl.org/projects/SDL_rtf/",
    "depends": [
        {
            "depend": "sdl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.1.0",
    "file": "sdl_rtf.rb"
}