From 90bb3c13f340612be9a20117e75fa77ab80fbf5d Mon Sep 17 00:00:00 2001 From: yuta yamada Date: Fri, 8 Jun 2012 13:56:27 +0900 Subject: [PATCH 1/2] add recipe for logalimacs --- recipes/logalimacs | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes/logalimacs diff --git a/recipes/logalimacs b/recipes/logalimacs new file mode 100644 index 00000000..1c284f6f --- /dev/null +++ b/recipes/logalimacs @@ -0,0 +1 @@ +(logalimacs :repo "logaling/logalimacs" :fetcher github) From 29146ac06d5f859d0f3ab50f463401dca757fa56 Mon Sep 17 00:00:00 2001 From: yuta yamada Date: Sat, 9 Jun 2012 06:18:00 +0900 Subject: [PATCH 2/2] add files slot into recipe --- recipes/logalimacs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/logalimacs b/recipes/logalimacs index 1c284f6f..9eb329e5 100644 --- a/recipes/logalimacs +++ b/recipes/logalimacs @@ -1 +1,3 @@ -(logalimacs :repo "logaling/logalimacs" :fetcher github) +(logalimacs :repo "logaling/logalimacs" + :fetcher github + :files ("logalimacs.el"))