mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Clarify recipe syntax (fixes #89)
This commit is contained in:
parent
bf079dbd04
commit
2c7355727a
1 changed files with 3 additions and 3 deletions
|
@ -78,14 +78,14 @@ contribute a new package by adding a new file under `recipes` using
|
|||
the following form,
|
||||
|
||||
```elisp
|
||||
(name
|
||||
(<package-name>
|
||||
:fetcher [git|github|bzr|hg|darcs|svn|wiki]
|
||||
[:url "<repo url>"]
|
||||
[:repo "github-user/repo-name"]
|
||||
[:files ("<file1>", ...)])
|
||||
```
|
||||
```
|
||||
|
||||
`name`
|
||||
`package-name`
|
||||
: a lisp symbol that has the same name as the package being specified.
|
||||
|
||||
`:url`
|
||||
|
|
Loading…
Reference in a new issue