chef/cookbooks/jemalloc/metadata.rb
2023-07-08 15:12:30 +02:00

18 lines
696 B
Ruby

name 'jemalloc'
maintainer 'Panagiotis Papadomitsos'
maintainer_email 'pj@ezgr.net'
license 'Apache 2.0'
description 'Installs and configures the jemalloc library'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version IO.read(File.join(File.dirname(__FILE__), 'VERSION')).chomp rescue '0.1.0'
recipe 'jemalloc', 'Installs and configures the jemalloc library'
supports 'ubuntu', '>= 12.04'
supports 'debian', '>= 6.0'
supports 'redhat', '>= 6.0'
supports 'scientific', '>= 6.0'
supports 'oracle', '>= 6.0'
depends 'build-essential'