summaryrefslogtreecommitdiff
path: root/homebrew/howardhinnantdate/.beer
blob: 02e3b4b0c1d4d598cd6dca691c565892ef07c3c5 (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
{
    "name": "HowardHinnantDate",
    "description": "C++ library for date and time operations based on <chrono>",
    "url": "https://github.com/HowardHinnant/date/archive/v2.4.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/HowardHinnant/date",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"cmake\", \".\", *std_cmake_args,",
        "\"-DENABLE_DATE_TESTING=OFF\",",
        "\"-DUSE_SYSTEM_TZ_DB=ON\",",
        "\"-DBUILD_SHARED_LIBS=ON\"",
        "system \"make\", \"install\""
    ],
    "version": "2.4.1",
    "file": "howard-hinnant-date.rb"
}