summaryrefslogtreecommitdiffstats
path: root/emacs-lisp/yasnippet/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-lisp/yasnippet/DETAILS')
-rwxr-xr-xemacs-lisp/yasnippet/DETAILS17
1 files changed, 17 insertions, 0 deletions
diff --git a/emacs-lisp/yasnippet/DETAILS b/emacs-lisp/yasnippet/DETAILS
new file mode 100755
index 0000000000..68973d841a
--- /dev/null
+++ b/emacs-lisp/yasnippet/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=yasnippet
+ VERSION=0.6.1c
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://${SPELL}.googlecode.com/files/${SOURCE}
+ SOURCE_HASH=sha512:ea4c5850ae80e4db9a188788654a099eddc43e29371ef0cb6367e1a39d3ee9f3e9dab7201178955ae47c92bcecbb5120e0b817e47e9c88c5bcef9e561636a603
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://code.google.com/p/yasnippet"
+ LICENSE[0]=GPL
+ ENTERED=20101130
+ SHORT="Yet another snippet extension for Emacs"
+cat << EOF
+YASnippet is a template system for Emacs. It allows you to type an abbreviation
+and automatically expand it into function templates. Bundled language templates
+includes: C, C++, C#, Perl, Python, Ruby, SQL, LaTeX, HTML, CSS and more. The
+snippet syntax is inspired from TextMate's syntax, you can even import most
+TextMate templates to YASnippet.
+EOF