summaryrefslogtreecommitdiffstats
path: root/emacs-lisp/egg/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-lisp/egg/DETAILS')
-rwxr-xr-xemacs-lisp/egg/DETAILS25
1 files changed, 25 insertions, 0 deletions
diff --git a/emacs-lisp/egg/DETAILS b/emacs-lisp/egg/DETAILS
new file mode 100755
index 0000000000..9bda9530fa
--- /dev/null
+++ b/emacs-lisp/egg/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=egg
+if [ "$EGG_AUTOUPDATE" == y ]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=git
+fi
+ SOURCE="${SPELL}-git.tar.bz2"
+ SOURCE_URL[0]=git://github.com/byplayer/${SPELL}.git:${SPELL}-git
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
+ WEB_SITE="https://github.com/byplayer/egg"
+ LICENSE[0]=GPL
+ ENTERED=20101208
+ SHORT="Emacs Got Git"
+cat << EOF
+It's a suite composed of a minor-mode and various special-buffers
+presenting different UIs to help the user performing many git
+operations.
+
+Provides a git-specific interface, for browsing and interactive manipulation
+of history, comparing revisions, merging and rebasing, stashing, stagging,
+ref creation and deletion, pushing and fetching, out-of-scope grepping,
+and commiting.
+EOF