forked from chef-boneyard/build-essential
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
33 lines (30 loc) · 973 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
name 'build-essential'
maintainer 'Chef Software, Inc.'
maintainer_email '[email protected]'
license 'Apache-2.0'
description 'Installs C compiler / build tools'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '8.2.1'
recipe 'build-essential', 'Installs packages required for compiling C software from source.'
supports 'amazon'
supports 'centos'
supports 'debian'
supports 'fedora'
supports 'freebsd'
supports 'mac_os_x', '>= 10.9.0'
supports 'opensuse'
supports 'opensuseleap'
supports 'oracle'
supports 'redhat'
supports 'scientific'
supports 'smartos'
supports 'solaris2'
supports 'suse'
supports 'ubuntu'
supports 'windows'
supports 'zlinux'
depends 'seven_zip'
depends 'mingw', '>= 1.1'
source_url 'https://github.com/chef-cookbooks/build-essential'
issues_url 'https://github.com/chef-cookbooks/build-essential/issues'
chef_version '>= 12.7' if respond_to?(:chef_version)