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": "Lftp",
"description": "Sophisticated file transfer program",
"url": "https://lftp.yar.ru/ftp/lftp-4.8.4.tar.xz",
"mirror": null,
"homepage": "https://lftp.yar.ru/",
"depends": [
{
"depend": "libidn",
"build-depend": false
},
{
"depend": "openssl",
"build-depend": false
},
{
"depend": "readline",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--prefix=#{prefix}\",",
"\"--with-openssl=#{Formula[\"openssl\"].opt_prefix}\",",
"\"--with-readline=#{Formula[\"readline\"].opt_prefix}\",",
"\"--with-libidn=#{Formula[\"libidn\"].opt_prefix}\"",
"system \"make\", \"install\""
],
"version": "4.8.4",
"file": "lftp.rb"
}
|