-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.json
57 lines (53 loc) · 1.1 KB
/
metadata.json
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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "wget",
"description": "Installs/Configures wget",
"long_description": "Description\n===========\n\nRequirements\n============\n\nAttributes\n==========\n\nUsage\n=====\n\n",
"maintainer": "Ryan J. Geyer",
"maintainer_email": "[email protected]",
"license": "Apache 2.0",
"platforms": {
"mac_os_x": ">= 0.0.0"
},
"dependencies": {
"rightscale": ">= 0.0.0"
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
"wget/version": {
"display_name": "Wget Version",
"required": "optional",
"default": "1.13.4",
"choice": [
],
"calculated": false,
"type": "string",
"recipes": [
]
},
"wget/install_dir": {
"display_name": "Wget Install Directory",
"required": "optional",
"choice": [
],
"calculated": false,
"type": "string",
"recipes": [
]
}
},
"groupings": {
},
"recipes": {
"wget::install_from_source": "Compiles and installs wget from source"
},
"version": "0.0.1"
}