add recipes for dictionary

dictionary is a client for rfc2229 dictionary server.
It has two dependencies which are provided as own recipes:

connection: handles client-side TCP connections
link: Implement clickable links via text properties
This commit is contained in:
Torsten Hilbrich 2013-10-05 04:27:32 +02:00 committed by Steve Purcell
parent 84c25a290a
commit 5b08ed7b90
3 changed files with 9 additions and 0 deletions

3
recipes/connection Normal file
View file

@ -0,0 +1,3 @@
(connection :repo "myrkr/dictionary-el"
:fetcher github
:files ("connection.el"))

3
recipes/dictionary Normal file
View file

@ -0,0 +1,3 @@
(dictionary :repo "myrkr/dictionary-el"
:fetcher github
:files ("dictionary.el"))

3
recipes/link Normal file
View file

@ -0,0 +1,3 @@
(link :repo "myrkr/dictionary-el"
:fetcher github
:files ("link.el"))