summaryrefslogtreecommitdiff
path: root/homebrew/libmowgli/.beer
blob: 8d78b2eb6291f41d4d07c897beef37c74888eb36 (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": "Libmowgli",
    "description": "Core framework for Atheme applications",
    "url": "https://github.com/atheme/libmowgli-2/archive/v2.1.3.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/atheme/libmowgli-2",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\",",
        "\"--with-openssl=#{Formula[\"openssl\"].opt_prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "2.1.3",
    "file": "libmowgli.rb"
}