summaryrefslogtreecommitdiff
path: root/.cask/30.2/bootstrap/git-20140128.1041/git-pkg.el
diff options
context:
space:
mode:
Diffstat (limited to '.cask/30.2/bootstrap/git-20140128.1041/git-pkg.el')
-rw-r--r--.cask/30.2/bootstrap/git-20140128.1041/git-pkg.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/.cask/30.2/bootstrap/git-20140128.1041/git-pkg.el b/.cask/30.2/bootstrap/git-20140128.1041/git-pkg.el
new file mode 100644
index 00000000..450a5f56
--- /dev/null
+++ b/.cask/30.2/bootstrap/git-20140128.1041/git-pkg.el
@@ -0,0 +1,12 @@
+;; -*- no-byte-compile: t; lexical-binding: nil -*-
+(define-package "git" "20140128.1041"
+ "An Elisp API for programmatically using Git."
+ '((s "1.7.0")
+ (dash "2.2.0")
+ (f "0.10.0"))
+ :url "http://github.com/rejeep/git.el"
+ :commit "8b7f1477ef367b5b7de452589dd9a8ab30150d0a"
+ :revdesc "8b7f1477ef36"
+ :keywords '("git")
+ :authors '(("Johan Andersson" . "johan.rejeep@gmail.com"))
+ :maintainers '(("Johan Andersson" . "johan.rejeep@gmail.com")))