-
Notifications
You must be signed in to change notification settings - Fork 2
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.
method | description | example | documentation |
---|---|---|---|
name | sets the package name | name "my-awesome-package" |
|
version | sets the package version | version "1.2.3+git20160101" |
|
iteration/revision | set the package iteration | iteration 0 |
|
depends | adds a runtime dependency of the package | depends "another-awesome-package" |
method | description | example | documentation |
---|---|---|---|
source | sets the source of package | source "[email protected]:xing/awesome-source" |