summaryrefslogtreecommitdiff
path: root/homebrew/ftjam/.beer
blob: 7d30de5b2902d6f50f4c60f47365262324ebae61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "Ftjam",
    "description": "Build tool that can be used as a replacement for Make",
    "url": "https://downloads.sourceforge.net/project/freetype/ftjam/2.5.2/ftjam-2.5.2.tar.bz2",
    "mirror": null,
    "homepage": "https://www.freetype.org/jam/",
    "depends": [],
    "resource": [],
    "conflicts": [
        {
            "conflict": "jam",
            "reason": "both install a `jam` binary"
        }
    ],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "2.5.2",
    "file": "ftjam.rb"
}