summaryrefslogtreecommitdiff
path: root/homebrew/ntl/.beer
blob: 2e3f38fdf4f9589f1d5e2d86633c5a174eca5764 (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": "Ntl",
    "description": "C++ number theory library",
    "url": "https://www.shoup.net/ntl/ntl-11.3.0.tar.gz",
    "mirror": null,
    "homepage": "https://www.shoup.net/ntl",
    "depends": [
        {
            "depend": "gmp",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = [\"PREFIX=#{prefix}\", \"SHARED=on\"]",
        "cd \"src\" do",
        "system \"./configure\", *args",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "11.3.0",
    "file": "ntl.rb"
}