summaryrefslogtreecommitdiff
path: root/homebrew/ttysolitaire/.beer
blob: f5b96dd6f37f24e53ea0f81cb357c35090c92f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "TtySolitaire",
    "description": "Ncurses-based klondike solitaire game",
    "url": "https://github.com/mpereira/tty-solitaire/archive/v1.1.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/mpereira/tty-solitaire",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\"",
        "system \"make\", \"install\", \"PREFIX=#{prefix}\""
    ],
    "version": "1.1.1",
    "file": "tty-solitaire.rb"
}