summaryrefslogtreecommitdiff
path: root/homebrew/greed/.beer
blob: f5b2b97baab9a61e8671e051e592951c1298398c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Greed",
    "description": "Game of consumption",
    "url": "http://www.catb.org/~esr/greed/greed-4.2.tar.gz",
    "mirror": null,
    "homepage": "http://www.catb.org/~esr/greed/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "inreplace \"Makefile\", \"/usr/share/man/man6\", man6",
        "bin.mkpath",
        "man6.mkpath",
        "(var/\"greed\").mkpath",
        "system \"make\", \"SFILE=#{var}/greed/greed.hs\"",
        "system \"make\", \"install\", \"BIN=#{bin}\""
    ],
    "version": "4.2",
    "file": "greed.rb"
}