diff --git a/recipes/magit b/recipes/magit index 2789a6aa..2aa91684 100644 --- a/recipes/magit +++ b/recipes/magit @@ -1,2 +1,14 @@ -(magit :repo "magit/magit" :fetcher github) +(magit :fetcher github + :repo "magit/magit" + :files ("magit.el" + "magit-bisect.el" + "magit-blame.el" + "magit-cherry.el" + "magit-compat.el" + "magit-key-mode.el" + "magit-wip.el" + "magit.info" + "dir" + "AUTHORS.md" + "README.md")) diff --git a/recipes/magit-stgit b/recipes/magit-stgit new file mode 100644 index 00000000..096c0874 --- /dev/null +++ b/recipes/magit-stgit @@ -0,0 +1,3 @@ +(magit-stgit :fetcher github + :repo "magit/magit" + :files ("magit-stgit.el")) diff --git a/recipes/magit-svn b/recipes/magit-svn new file mode 100644 index 00000000..a97835ee --- /dev/null +++ b/recipes/magit-svn @@ -0,0 +1,3 @@ +(magit-svn :fetcher github + :repo "magit/magit" + :files ("magit-svn.el")) diff --git a/recipes/magit-topgit b/recipes/magit-topgit new file mode 100644 index 00000000..57eb3f00 --- /dev/null +++ b/recipes/magit-topgit @@ -0,0 +1,3 @@ +(magit-topgit :fetcher github + :repo "magit/magit" + :files ("magit-topgit.el"))