Get rid of the build-essential cookbook

The build_essential resource has been part of Chef since 14.0
This commit is contained in:
Greg Karékinian
2023-06-29 14:47:35 +02:00
parent 05834b6013
commit 916ae8094c
31 changed files with 1 additions and 2710 deletions

View File

@@ -1,36 +0,0 @@
{
"name": "mingw",
"description": "Installs a mingw/msys based toolchain on windows",
"long_description": "",
"maintainer": "Chef Software, Inc.",
"maintainer_email": "cookbooks@chef.io",
"license": "Apache-2.0",
"platforms": {
"windows": ">= 0.0.0"
},
"dependencies": {
"seven_zip": ">= 0.0.0"
},
"providing": {
},
"recipes": {
},
"version": "2.1.3",
"source_url": "https://github.com/chef-cookbooks/mingw",
"issues_url": "https://github.com/chef-cookbooks/mingw/issues",
"privacy": false,
"chef_versions": [
[
">= 12.15"
]
],
"ohai_versions": [
],
"gems": [
],
"eager_load_libraries": true
}