diff --git a/Berksfile b/Berksfile index c4bb297..8a9e14e 100644 --- a/Berksfile +++ b/Berksfile @@ -1,3 +1,4 @@ site :opscode +cookbook 'windows' metadata diff --git a/metadata.json b/metadata.json index 934872c..3a09259 100644 --- a/metadata.json +++ b/metadata.json @@ -1,13 +1,14 @@ { "name": "ms-cpp-redistributable", "description": "Installs/Configures ms-cpp-redistributable", - "long_description": "ms-cpp-redistributable Cookbook\n===============================\nInstalls Microsoft Visual C++ redistributable packages from the Microsoft website.\n\nUsage\n-----\nIn your recipe add something like:\n include_recipe \"ms-cpp-redistributable::2005_x86\"\n\nCurrent versions supported:\n* 2005 x86\n\nLicense and Authors\n-------------------\nAuthors: Colin Woodcock \n", + "long_description": "ms-cpp-redistributable\n======================\nInstalls Microsoft Visual C++ redistributable packages from the Microsoft website.\n\nUsage\n-----\nIn your recipe add something like:\n include_recipe \"ms-cpp-redistributable::2005_x86\"\n\nCurrent versions supported:\n* 2005 x86\n\nLicense and Authors\n-------------------\n Copyright 2013, NetSrv Consulting Ltd.\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n\nAuthors: Colin Woodcock ()\n", "maintainer": "NetSrv Consulting Ltd.", "maintainer_email": "enquiries@netsrv-consulting.com", "license": "Apache License, Version 2.0", "platforms": { }, "dependencies": { + "windows": ">= 0.0.0" }, "recommendations": { }, diff --git a/metadata.rb b/metadata.rb index 4cb8a6a..327faae 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,3 +5,5 @@ description 'Installs/Configures ms-cpp-redistributable' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version '0.1.0' + +depends 'windows'