bernd / fpm-cookery

A tool for building software packages with fpm.
Other
460 stars 88 forks source link

Map package dependencies but no install them on build #99

Closed salizzar closed 9 years ago

salizzar commented 9 years ago

Hi all,

While trying to build artifacts I've discovered that fpm-cookery requires installation of packages informed on FPM::Cookery::Recipe.depends. This behavior is useful, of course; but I need to only map dependencies in my package metadata (RPM in this case), without install them.

I've tried to pass some information directly by FPM::Cookery::Recipe.fpm_attributes but after some research on code it not satisfies.

How I handle it? If allowed, it can be a feature to be developed.

Thank you.

bernd commented 9 years ago

You can use fpm-cook package --no-deps to skip the dependency installation. :smiley:

salizzar commented 9 years ago

Hi @bernd, I forgot it... sorry, hehehe.