From 2078691d19c9d47e14a9b0b74846a136fffc351c Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Thu, 19 Sep 2013 08:26:16 +0100 Subject: [PATCH] Add geiser (closes #1040) --- recipes/geiser | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes/geiser diff --git a/recipes/geiser b/recipes/geiser new file mode 100644 index 00000000..eaa54efb --- /dev/null +++ b/recipes/geiser @@ -0,0 +1,7 @@ +(geiser + :fetcher github + :repo "jaor/geiser" + :files ("elisp/*" (:exclude "elisp/Makefile.am") + "doc/*.texi" + ("bin" "bin/*") (:exclude "bin/Makefile.am") + ("scheme" "scheme/*") (:exclude "scheme/Makefile.am")))