summaryrefslogtreecommitdiff
path: root/homebrew/urweb/.beer
blob: 85c10b39aeb7f37218ea5d59b19bbb7de3f5a474 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
    "name": "Urweb",
    "description": "Ur/Web programming language",
    "url": "https://github.com/urweb/urweb/releases/download/20180616/urweb-20180616.tar.gz",
    "mirror": null,
    "homepage": "http://www.impredicative.com/ur/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "libtool",
            "build-depend": true
        },
        {
            "depend": "mlton",
            "build-depend": true
        },
        {
            "depend": "gmp",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--disable-debug",
        "--disable-dependency-tracking",
        "--disable-silent-rules",
        "--with-openssl=#{Formula[\"openssl\"].opt_prefix}",
        "--prefix=#{prefix}",
        "SITELISP=$prefix/share/emacs/site-lisp/urweb",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "20180616",
    "file": "urweb.rb"
}