forked from sous-chefs/php
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathmetadata.rb
More file actions
20 lines (17 loc) · 698 Bytes
/
metadata.rb
File metadata and controls
20 lines (17 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name 'php'
maintainer 'Panagiotis Papadomitsos'
maintainer_email 'pj@ezgr.net'
license 'Apache Public License 2.0'
description 'Installs/Configures PHP and various modules'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')).chomp
version IO.read(File.join(File.dirname(__FILE__), 'VERSION')).chomp rescue '0.1.0'
depends 'build-essential'
depends 'xml'
depends 'apt'
depends 'yum'
suggests 'apache2'
suggests 'nginx'
supports 'ubuntu', '>= 12.04'
supports 'debian', '>= 6.0'
supports 'centos', '>= 6.0'
supports 'redhat', '>= 9.0'