summaryrefslogtreecommitdiff
path: root/homebrew/libotr/.beer
blob: a525042eda19559caebe96b96b7d9c62854c3a66 (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
{
    "name": "Libotr",
    "description": "Off-The-Record (OTR) messaging library",
    "url": "https://otr.cypherpunks.ca/libotr-4.1.1.tar.gz",
    "mirror": null,
    "homepage": "https://otr.cypherpunks.ca/",
    "depends": [
        {
            "depend": "libgcrypt",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--mandir=#{man}\"",
        "system \"make\", \"install\""
    ],
    "version": "4.1.1",
    "file": "libotr.rb"
}