Add recipes for gh.el and its dependencies

This commit is contained in:
Takafumi Arakaki 2012-08-22 21:46:04 +02:00
parent 0136ebac81
commit c5b52b0235
3 changed files with 13 additions and 0 deletions

5
recipes/gh.rcp Normal file
View File

@ -0,0 +1,5 @@
(:name gh
:description "GitHub API library for Emacs"
:type github
:pkgname "sigma/gh.el"
:depends (pcache logito))

4
recipes/logito.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name logito
:description "tiny logging framework for Emacs"
:type github
:pkgname "sigma/logito")

4
recipes/pcache.rcp Normal file
View File

@ -0,0 +1,4 @@
(:name pcache
:description "persistent caching for Emacs"
:type github
:pkgname "sigma/pcache")