-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
44 lines (42 loc) · 1.08 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
{
"name": "phpbuild",
"description": "Installs/Configures phpbuild",
"long_description": "# phpenv cookbook [![Build Status](https://secure.travis-ci.org/rgeyer-rs-cookbooks/phpenv.png?branch=master)](http://travis-ci.org/rgeyer-rs-cookbooks/phpenv)\n\n## Description\n\nInstalls phpenv to the \"current\" user environment\n\n## Requirements\n\n## Attributes\n\n## Usage\n\n",
"maintainer": "Ryan J. Geyer",
"maintainer_email": "[email protected]",
"license": "All rights reserved",
"platforms": {
"mac_os_x": ">= 0.0.0"
},
"dependencies": {
"rightscale": ">= 0.0.0"
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
"phpbuild/install_dir": {
"display_name": "PHP-Build Install Directory",
"required": "optional",
"choice": [
],
"calculated": false,
"type": "string",
"recipes": [
]
}
},
"groupings": {
},
"recipes": {
"phpbuild::install": "Installs phpbuild to the specified location"
},
"version": "0.0.1"
}