summaryrefslogtreecommitdiff
path: root/homebrew/dateutils/.beer
blob: bb22a495d7086091d786ee3c8c8f3d8eff0d51cc (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
30
31
32
33
{
    "name": "Dateutils",
    "description": "Tools to manipulate dates with a focus on financial data",
    "url": "https://github.com/hroptatyr/dateutils/releases/download/v0.4.6/dateutils-0.4.6.tar.xz",
    "mirror": null,
    "homepage": "https://www.fresse.org/dateutils/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"autoreconf\", \"-iv\" if build.head?",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.4.6",
    "file": "dateutils.rb"
}