Skip to content

Recipes

Hannes Georg edited this page Dec 23, 2016 · 2 revisions

Fpm-fry recipes are written in ruby code. A recipe contains information that is necessary to build a linux package. Typically that is the name and version of the package, its dependencies and the source.

h2. Package Basics

h3. name

Sets the name of package

Example: ``` name "my-awesome-package" ```

Clone this wiki locally