summaryrefslogtreecommitdiff
path: root/homebrew/yafc/.beer
blob: cc3102628d3b734ec029ca63ad22d22e7aa9f32b (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
{
    "name": "Yafc",
    "description": "Command-line FTP client",
    "url": "https://deb.debian.org/debian/pool/main/y/yafc/yafc_1.3.7.orig.tar.xz",
    "mirror": null,
    "homepage": "https://github.com/sebastinas/yafc",
    "depends": [
        {
            "depend": "pkg-config",
            "build-depend": true
        },
        {
            "depend": "libssh",
            "build-depend": false
        },
        {
            "depend": "readline",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "args = %W[",
        "--prefix=#{prefix}",
        "--with-readline=#{Formula[\"readline\"].opt_prefix}",
        "]",
        "system \"./configure\", *args",
        "system \"make\", \"install\""
    ],
    "version": "1.3.7",
    "file": "yafc.rb"
}