bernd / fpm-cookery

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

How to compile source code into a binary? #83

Open thedrow opened 10 years ago

thedrow commented 10 years ago

I'd like to create a package for https://github.com/c9s/r3. It doesn't have releases. I'd like to download the source, compile it and install the library.

Is it currently possible with fpm-cookery?

bernd commented 10 years ago

Yes, that's possible. Look at the following redis example https://github.com/bernd/fpm-recipes/blob/master/redis/recipe.rb

thedrow commented 10 years ago

Please keep this issue opened until those methods are documented.