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
|
{
"name": "Dropbear",
"description": "Small SSH server/client for POSIX-based system",
"url": "https://matt.ucc.asn.au/dropbear/releases/dropbear-2019.78.tar.bz2",
"mirror": null,
"homepage": "https://matt.ucc.asn.au/dropbear/dropbear.html",
"depends": [
{
"depend": "autoconf",
"build-depend": true
},
{
"depend": "automake",
"build-depend": true
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"ENV.deparallelize",
"if build.head?",
"system \"autoconf\"",
"system \"autoheader\"",
"end",
"system \"./configure\", \"--prefix=#{prefix}\",",
"\"--enable-pam\",",
"\"--enable-zlib\",",
"\"--enable-bundled-libtom\",",
"\"--sysconfdir=#{etc}/dropbear\"",
"system \"make\"",
"system \"make\", \"install\""
],
"version": "2019.78",
"file": "dropbear.rb"
}
|