summaryrefslogtreecommitdiff
path: root/homebrew/mutt/.beer
blob: 57924a9f374b2985efc0d6015ae5e117e39bb67a (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
    "name": "Mutt",
    "description": "Mongrel of mail user agents (part elm, pine, mush, mh, etc.)",
    "url": "https://bitbucket.org/mutt/mutt/downloads/mutt-1.11.4.tar.gz",
    "mirror": null,
    "homepage": "http://www.mutt.org/",
    "depends": [
        {
            "depend": "autoconf",
            "build-depend": true
        },
        {
            "depend": "automake",
            "build-depend": true
        },
        {
            "depend": "gpgme",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        },
        {
            "depend": "tokyo-cabinet",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "html",
            "url": "https://muttmua.gitlab.io/mutt/manual-dev.html"
        }
    ],
    "conflicts": [
        {
            "conflict": "tin",
            "reason": null
        }
    ],
    "patches": [],
    "install": [
        "user_in_mail_group = Etc.getgrnam(\"mail\").mem.include?(ENV[\"USER\"])",
        "effective_group = Etc.getgrgid(Process.egid).name",
        "args = %W[",
        "--disable-dependency-tracking",
        "--disable-warnings",
        "--prefix=#{prefix}",
        "--enable-debug",
        "--enable-hcache",
        "--enable-imap",
        "--enable-pop",
        "--enable-sidebar",
        "--enable-smtp",
        "--with-gss",
        "--with-sasl",
        "--with-ssl=#{Formula[\"openssl\"].opt_prefix}",
        "--with-tokyocabinet",
        "--enable-gpgme",
        "]",
        "system \"./prepare\", *args",
        "system \"make\"",
        "unless user_in_mail_group",
        "inreplace \"Makefile\", /^DOTLOCK_GROUP =.*$/, \"DOTLOCK_GROUP = #{effective_group}\""
    ],
    "version": "1.11.4",
    "file": "mutt.rb"
}