summaryrefslogtreecommitdiff
path: root/homebrew/gwenhywfar/.beer
blob: 6b83fa3a0167452397e89b041f7f12c800fb7377 (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
34
35
36
37
38
39
40
41
42
{
    "name": "Gwenhywfar",
    "description": "Utility library required by aqbanking and related software",
    "url": "https://www.aquamaniac.de/sites/download/download.php?package=01&release=208&file=02&dummy=gwenhywfar-4.20.0.tar.gz",
    "mirror": null,
    "homepage": "https://www.aquamaniac.de/",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "gettext",
            "build-depend": false
        },
        {
            "depend": "gnutls",
            "build-depend": false
        },
        {
            "depend": "libgcrypt",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"autoreconf\", \"-fiv\" if build.head?",
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--prefix=#{prefix}\",",
        "\"--with-guis=cocoa\"",
        "system \"make\", \"install\""
    ],
    "version": "208",
    "file": "gwenhywfar.rb"
}