summaryrefslogtreecommitdiff
path: root/homebrew/xmrig/.beer
blob: 24bccf27eb7b8eef718fab2b0b9986db87e28692 (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
34
35
36
37
{
    "name": "Xmrig",
    "description": "Monero (XMR) CPU miner",
    "url": "https://github.com/xmrig/xmrig/archive/v2.13.1.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/xmrig/xmrig",
    "depends": [
        {
            "depend": "cmake",
            "build-depend": true
        },
        {
            "depend": "libmicrohttpd",
            "build-depend": false
        },
        {
            "depend": "libuv",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "mkdir \"build\" do",
        "system \"cmake\", \"..\", \"-DUV_LIBRARY=#{Formula[\"libuv\"].opt_lib}/libuv.dylib\",",
        "*std_cmake_args",
        "system \"make\"",
        "bin.install \"xmrig\""
    ],
    "version": "2.13.1",
    "file": "xmrig.rb"
}