You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
fpm-cookery is a very helpful wrapper around the excellentfpmrubygem, a gem that makes building packages amazingly easy. Cookeryextendsfpms powers by handling additional infrastructure requirementssuch as downloading files needed for the package build.
This repo contains some of the fpm-cookery recipes I've written for mypersonal use.
Using the recipes
# get the code and install the prerequisitesgit clone https://github.com/deanwilson/unixdaemon-fpm-cookery-recipes.gitcd unixdaemon-fpm-cookery-recipesbundle install # this installs fpm-cookery
Now we'll build one of the packages from our recipes. In this case we'llcreate agossDebian package.
cd gossbundle exec fpm-cook --target deb package... snip ...===> Created package: /home/dwilson/.../recipes/goss/pkg/goss_0.1.3_amd64.deb