-
Notifications
You must be signed in to change notification settings - Fork 88
Examples
Henrik Feldt edited this page Mar 24, 2014
·
2 revisions
Each recipe should have the following metadata located at the stop of the file. Example:
class Beanstalkd < FPM::Cookery::Recipe
description 'A simple, fast work queue'
name 'beanstalkd'
version '1:1.5.0'
homepage 'http://kr.github.com/beanstalkd/'
# snip
end