summaryrefslogtreecommitdiff
path: root/homebrew/mailutils/.beer
blob: 1942401e8f863b8248aee39fbddcd3db38c70d9f (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": "Mailutils",
    "description": "Swiss Army knife of email handling",
    "url": "https://ftp.gnu.org/gnu/mailutils/mailutils-3.4.tar.gz",
    "mirror": "https://ftpmirror.gnu.org/mailutils/mailutils-3.4.tar.gz",
    "homepage": "https://mailutils.org/",
    "depends": [
        {
            "depend": "gnutls",
            "build-depend": false
        },
        {
            "depend": "gsasl",
            "build-depend": false
        },
        {
            "depend": "libtool",
            "build-depend": false
        },
        {
            "depend": "readline",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-mh\",",
        "\"--prefix=#{prefix}\",",
        "\"--without-guile\",",
        "\"--without-tokyocabinet\"",
        "system \"make\", \"PYTHON_LIBS=-undefined dynamic_lookup\", \"install\""
    ],
    "version": "3.4",
    "file": "mailutils.rb"
}