summaryrefslogtreecommitdiff
path: root/homebrew/ponystable/.beer
blob: c1af60e1f30cf65ba46887c6d7b7df87a441c742 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "PonyStable",
    "description": "Dependency manager for the Pony language",
    "url": "https://github.com/ponylang/pony-stable/archive/0.2.0.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/ponylang/pony-stable",
    "depends": [
        {
            "depend": "ponyc",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"prefix=#{prefix}\", \"install\""
    ],
    "version": "0.2.0",
    "file": "pony-stable.rb"
}