forked from chef-boneyard/omnibus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
36 lines (32 loc) · 935 Bytes
/
metadata.rb
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 'omnibus'
maintainer 'Chef Software, Inc.'
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Prepares a machine to be an Omnibus builder.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '5.7.2'
supports 'amazon'
supports 'centos'
supports 'debian'
supports 'fedora'
supports 'freebsd'
supports 'mac_os_x'
supports 'oracle'
supports 'redhat'
supports 'scientific'
supports 'solaris2'
supports 'suse'
supports 'ubuntu'
supports 'windows'
depends 'build-essential', '>= 6.0.0'
depends 'chef-sugar', '>= 3.2.0'
depends 'chef-ingredient', '>= 0.21.4'
depends 'git'
depends 'homebrew'
depends 'remote_install'
depends 'seven_zip'
depends 'wix'
gem 'pkg-config'
source_url 'https://github.com/chef-cookbooks/omnibus'
issues_url 'https://github.com/chef-cookbooks/omnibus/issues'
chef_version '>= 12.14' if respond_to?(:chef_version)