Class: FPM::Cookery::Package::NPM

Inherits:
Package
  • Object
show all
Defined in:
lib/fpm/cookery/package/npm.rb

Instance Attribute Summary

Attributes inherited from Package

#config, #fpm, #recipe

Instance Method Summary collapse

Methods inherited from Package

#add_script, #cleanup, #convert, #epoch=, #initialize, #maintainer=, #vendor=, #version=

Constructor Details

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

Instance Method Details

#fpm_objectObject



8
9
10
# File 'lib/fpm/cookery/package/npm.rb', line 8

def fpm_object
  FPM::Package::NPM.new
end

#package_inputObject



16
17
18
# File 'lib/fpm/cookery/package/npm.rb', line 16

def package_input
  fpm.input(recipe.name)
end

#package_setupObject



12
13
14
# File 'lib/fpm/cookery/package/npm.rb', line 12

def package_setup
  fpm.version = recipe.version
end