Add ecukes recipe.

This commit is contained in:
Johan Andersson 2012-10-07 17:04:49 +02:00
parent db9c9abb84
commit 292f95775a

19
recipes/ecukes Normal file
View file

@ -0,0 +1,19 @@
(ecukes :repo "rejeep/ecukes" :fetcher github
:files ("ecukes"
"ecukes-def.el"
"ecukes-hooks.el"
"ecukes-new.el"
"ecukes-parse.el"
"ecukes-pkg.el"
"ecukes-print.el"
"ecukes-run.el"
"ecukes-startup.el"
"ecukes-stats.el"
"ecukes-steps.el"
"ecukes-template.el"
"ecukes.el"
"templates"
"templates/env.tpl"
"templates/feature.tpl"
"templates/step-definition.tpl"
"templates/step.tpl"))