summaryrefslogtreecommitdiff
path: root/homebrew/nudoku/.beer
blob: 98aea6855af442703ad1442ceda1733f9ece53f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
    "name": "Nudoku",
    "description": "ncurses based sudoku game",
    "url": "https://github.com/jubalh/nudoku/archive/1.0.0.tar.gz",
    "mirror": null,
    "homepage": "https://jubalh.github.io/nudoku/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"autoreconf\", \"-fiv\"",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.0.0",
    "file": "nudoku.rb"
}