Class: FPM::Cookery::PEARRecipe

Inherits:
BaseRecipe show all
Defined in:
lib/fpm/cookery/recipe.rb

Instance Attribute Summary

Attributes inherited from BaseRecipe

#filename

Attributes included from PathHelper

#installing, #omnibus_installing

Instance Method Summary collapse

Methods inherited from BaseRecipe

architectures, attr_rw, attr_rw_list, #builddir, #builddir=, #cachedir, #cachedir=, depends_all, #depends_all, #destdir, #destdir=, environment, #environment, fpm_attributes, #fpm_attributes, inherited, #initialize, #pkgdir, #pkgdir=, platform, platforms, #tmp_root, #tmp_root=, #workdir, #workdir=

Methods included from LifecycleHooks

#after_dependency_installation, #before_dependency_installation, #run_lifecycle_hook

Methods included from PathHelper

#bin, #doc, #etc, #include, #info, #installing?, #lib, #libexec, #man, #man1, #man2, #man3, #man4, #man5, #man6, #man7, #man8, #omnibus_installing?, #opt, #prefix, #root, #sbin, #share, #var, #with_trueprefix

Constructor Details

This class inherits a constructor from FPM::Cookery::BaseRecipe

Instance Method Details

#input(config) ⇒ Object



219
220
221
# File 'lib/fpm/cookery/recipe.rb', line 219

def input(config)
  FPM::Cookery::Package::PEAR.new(self, config)
end