-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathmetadata.rb
29 lines (25 loc) · 912 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
name "sphinx"
maintainer "Jesse R. Adams"
maintainer_email "[email protected]"
license "Apache 2.0"
description "Installs/Configures sphinx search engine."
version "1.1.0"
recipe "sphinx", "Installs sphinx"
recipe "sphinx::package", "Installs sphinx from a package"
recipe "sphinx::source", "Installs sphinx from source"
recipe "sphinx::rpm", "Installs sphinx from rpm"
provides "sphinx::default"
provides "sphinx::package"
provides "sphinx::source"
provides "sphinx::rpm"
depends "build-essential", ">= 1.1.2"
depends "mysql"
depends "percona"
depends "postgresql", ">= 1.0.0"
depends "yum"
depends "yum-epel"
depends "apt"
supports "centos"
supports "rhel"
supports "ubuntu"
supports "debian"