summaryrefslogtreecommitdiff
path: root/homebrew/frobtads/.beer
blob: 7b818417365501ebd4e0b2838c53950ec8fb5cd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Frobtads",
    "description": "TADS interpreter and compilers",
    "url": "https://github.com/realnc/frobtads/releases/download/1.2.4/frobtads-1.2.4.tar.bz2",
    "mirror": null,
    "homepage": "https://www.tads.org/frobtads.htm",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.2.4",
    "file": "frobtads.rb"
}