summaryrefslogtreecommitdiff
path: root/homebrew/gsoap/.beer
blob: eef67b952c7d145b1873bf0883259c812e3ba909 (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": "Gsoap",
    "description": "SOAP stub and skeleton compiler for C and C++",
    "url": "https://downloads.sourceforge.net/project/gsoap2/gsoap-2.8/gsoap_2.8.82.zip",
    "mirror": null,
    "homepage": "https://www.genivia.com/products.html",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.deparallelize",
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\"",
        "system \"make\", \"install\""
    ],
    "version": "2.8.82",
    "file": "gsoap.rb"
}