summaryrefslogtreecommitdiff
path: root/homebrew/mailcheck/.beer
blob: 13339d97159cbbe5021d57d55612fce63cd20cc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "Mailcheck",
    "description": "Check multiple mailboxes/maildirs for mail",
    "url": "https://downloads.sourceforge.net/project/mailcheck/mailcheck/1.91.2/mailcheck_1.91.2.tar.gz",
    "mirror": null,
    "homepage": "https://mailcheck.sourceforge.io/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"mailcheck\"",
        "bin.install \"mailcheck\"",
        "man1.install \"mailcheck.1\"",
        "etc.install \"mailcheckrc\""
    ],
    "version": "1.91.2",
    "file": "mailcheck.rb"
}