summaryrefslogtreecommitdiff
path: root/homebrew/ddate/.beer
blob: c4ca56fb1925aba4ed2d41dc298fcdf4128ea24c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "Ddate",
    "description": "Converts boring normal dates to fun Discordian Date",
    "url": "https://github.com/bo0ts/ddate/archive/v0.2.2.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/bo0ts/ddate",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system ENV.cc, \"ddate.c\", \"-o\", \"ddate\"",
        "bin.install \"ddate\"",
        "man1.install \"ddate.1\""
    ],
    "version": "0.2.2",
    "file": "ddate.rb"
}