bernd / fpm-cookery

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

create source packages #149

Closed 2tata closed 8 years ago

2tata commented 8 years ago

Hi, Really great tool ;) How is it possible to create source packages?

karnauskas commented 8 years ago

Technically, when "-bb" will become "-ba" here https://github.com/jordansissel/fpm/blob/master/lib/fpm/package/rpm.rb#L421

beddari commented 8 years ago

@mlafeldt solved this a while back for Jimdo by creating another abstraction layer on top of fpm-cookery (layers on layers, yes I know) that I quite like https://github.com/Jimdo/buildtasks - this allows you to define a Rakefile per package/project that does calls to the correct build tool.

I've been wanting to contribute to that work but time is always the problem :)

bernd commented 8 years ago

Sorry, no plans for supporting source packages right now. Once FPM gets support for that to make it work on multiple target platforms, we can consider supporting it as well.