summaryrefslogtreecommitdiff
path: root/homebrew/msmtp/.beer
blob: c02e39c5b11c7ff8c5fd809788ea78f8414d8b61 (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
{
    "name": "Msmtp",
    "description": "SMTP client that can be used as an SMTP plugin for Mutt",
    "url": "https://marlam.de/msmtp/releases/msmtp-1.6.6.tar.xz",
    "mirror": null,
    "homepage": "https://marlam.de/msmtp/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--disable-dependency-tracking",
        "--with-macosx-keyring",
        "--prefix=#{prefix}",
        "--with-tls=openssl",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\"",
        "(pkgshare/\"scripts\").install \"scripts/msmtpq\""
    ],
    "version": "1.6.6",
    "file": "msmtp.rb"
}