summaryrefslogtreecommitdiff
path: root/homebrew/mysqlxx/.beer
blob: 842b2bcec29b3c480ee8daecec3844e7f8a68c47 (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
{
    "name": "Mysqlxx",
    "description": "C++ wrapper for MySQL",
    "url": "https://tangentsoft.com/mysqlpp/releases/mysql++-3.2.3.tar.gz",
    "mirror": null,
    "homepage": "https://tangentsoft.com/mysqlpp/home",
    "depends": [
        {
            "depend": "mysql-client",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mysql = Formula[\"mysql-client\"]",
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--with-field-limit=40\",",
        "\"--with-mysql-lib=#{mysql.opt_lib}\",",
        "\"--with-mysql-include=#{mysql.opt_include}/mysql\"",
        "system \"make\", \"install\""
    ],
    "version": "3.2.3",
    "file": "mysql++.rb"
}