Add recipe for magit-gerrit

This commit is contained in:
Doug MacEachern 2014-04-29 09:47:15 -07:00
parent cd777572a7
commit e1f5477ed9

6
recipes/magit-gerrit.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name magit-gerrit
:type github
:description "Magit plugin for Gerrit Code Review"
:pkgname "terranpro/magit-gerrit"
:depends (magit)
:post-init (eval-after-load 'magit '(require 'magit-gerrit)))