blob: 6c333792b1d3a9802a3443735e59a39889f0b498 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = emacs-magit-git
pkgdesc = It's Magit! A Emacs mode for Git.
pkgver = 2.11.0
pkgrel = 1
url = http://github.com/magit/magit
install = emacs-magit-git.install
arch = any
license = GPL3
makedepends = ed
depends = emacs
depends = git
depends = emacs-dash>=2.13.0
depends = emacs-with-editor-git>=2.6.0
provides = emacs-magit
source = git+https://github.com/magit/magit.git
md5sums = SKIP
pkgname = emacs-magit-git
|