summaryrefslogtreecommitdiff
path: root/evil-pkg.el
diff options
context:
space:
mode:
authorFrank Fischer <frank.fischer@mathematik.tu-chemnitz.de>2011-08-09 12:15:17 +0200
committerFrank Fischer <frank.fischer@mathematik.tu-chemnitz.de>2011-08-09 12:15:17 +0200
commitcc361f9577522edc007a494d1b622b9d5f1cd42b (patch)
tree220f039f66578586bc0de7ba4afbadea69426278 /evil-pkg.el
parent9a9fbc8a39ac46ad55cc06743fa69b90e26a866a (diff)
Add basic support for ELPA
Adds two make targets: The make-target 'version' can be used to change the version string of the package 'make version VERSION=1.0.0', the target 'elpa' creates the ELPA package ready for installation.
Diffstat (limited to 'evil-pkg.el')
-rw-r--r--evil-pkg.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/evil-pkg.el b/evil-pkg.el
new file mode 100644
index 0000000..05466d9
--- /dev/null
+++ b/evil-pkg.el
@@ -0,0 +1,5 @@
+(define-package
+ "evil"
+ "0.0.0"
+ "Extensible Vi layer for Emacs."
+ '((undo-tree "0.3.0")))