split magit into multiple packages

This commit is contained in:
Jonas Bernoulli 2013-09-10 17:44:15 +02:00
parent dd2d908ba5
commit 286a1a034c
4 changed files with 22 additions and 1 deletions

View file

@ -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"))

3
recipes/magit-stgit Normal file
View file

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

3
recipes/magit-svn Normal file
View file

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

3
recipes/magit-topgit Normal file
View file

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