Clarify recipe syntax (fixes #89)

This commit is contained in:
Steve Purcell 2012-04-21 10:10:48 +01:00
parent bf079dbd04
commit 2c7355727a

View file

@ -78,14 +78,14 @@ contribute a new package by adding a new file under `recipes` using
the following form, the following form,
```elisp ```elisp
(name (<package-name>
:fetcher [git|github|bzr|hg|darcs|svn|wiki] :fetcher [git|github|bzr|hg|darcs|svn|wiki]
[:url "<repo url>"] [:url "<repo url>"]
[:repo "github-user/repo-name"] [:repo "github-user/repo-name"]
[:files ("<file1>", ...)]) [:files ("<file1>", ...)])
``` ```
`name` `package-name`
: a lisp symbol that has the same name as the package being specified. : a lisp symbol that has the same name as the package being specified.
`:url` `:url`