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
|
{
"name": "Proxytunnel",
"description": "Create TCP tunnels through HTTPS proxies",
"url": "https://github.com/proxytunnel/proxytunnel/archive/1.9.1.tar.gz",
"mirror": null,
"homepage": "https://github.com/proxytunnel/proxytunnel",
"depends": [
{
"depend": "asciidoc",
"build-depend": true
},
{
"depend": "xmlto",
"build-depend": true
},
{
"depend": "openssl",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [
{
"url": "https://github.com/proxytunnel/proxytunnel/commit/0cfce96.patch?full_index=1",
"strip": "1"
},
{
"url": "https://github.com/proxytunnel/proxytunnel/pull/27.patch?full_index=1",
"strip": "1"
}
],
"install": [
"ENV[\"XML_CATALOG_FILES\"] = etc/\"xml/catalog\"",
"system \"make\"",
"system \"make\", \"install\", \"prefix=#{prefix}\""
],
"version": "1.9.1",
"file": "proxytunnel.rb"
}
|