summaryrefslogtreecommitdiff
path: root/homebrew/gitftp/.beer
blob: ebb9128f875719b515de6c37cb5131b4543ea5a8 (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
43
44
{
    "name": "GitFtp",
    "description": "Git-powered FTP client",
    "url": "https://github.com/git-ftp/git-ftp/archive/1.5.1.tar.gz",
    "mirror": null,
    "homepage": "https://git-ftp.github.io/",
    "depends": [
        {
            "depend": "pandoc",
            "build-depend": true
        },
        {
            "depend": "libssh2",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "curl",
            "url": "https://curl.haxx.se/download/curl-7.62.0.tar.bz2"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "resource(\"curl\").stage do",
        "system \"./configure\", \"--disable-debug\",",
        "\"--disable-dependency-tracking\",",
        "\"--disable-silent-rules\",",
        "\"--prefix=#{libexec}\",",
        "\"--disable-ares\",",
        "\"--with-darwinssl\",",
        "\"--with-libssh2\",",
        "\"--without-brotli\",",
        "\"--without-ca-bundle\",",
        "\"--without-ca-path\",",
        "\"--without-gssapi\",",
        "\"--without-libmetalink\",",
        "\"--without-librtmp\"",
        "system \"make\", \"install\""
    ],
    "version": "1.5.1",
    "file": "git-ftp.rb"
}