From 5c23903c910a7415b38ea49a0e246217575b0141 Mon Sep 17 00:00:00 2001 From: Christopher Wellons Date: Sun, 2 Feb 2014 23:12:49 -0500 Subject: [PATCH] Add an EmacSQL recipe. https://github.com/skeeto/emacsql --- recipes/emacsql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 recipes/emacsql diff --git a/recipes/emacsql b/recipes/emacsql new file mode 100644 index 00000000..6b9c57ed --- /dev/null +++ b/recipes/emacsql @@ -0,0 +1,3 @@ +(emacsql :repo "skeeto/emacsql" + :fetcher github + :files ("*.el" "README.md" "sqlite"))