summaryrefslogtreecommitdiffstats
path: root/emacs-lisp/sinatra_el/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-lisp/sinatra_el/DETAILS')
-rwxr-xr-xemacs-lisp/sinatra_el/DETAILS19
1 files changed, 19 insertions, 0 deletions
diff --git a/emacs-lisp/sinatra_el/DETAILS b/emacs-lisp/sinatra_el/DETAILS
new file mode 100755
index 0000000000..e684fce1ea
--- /dev/null
+++ b/emacs-lisp/sinatra_el/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=sinatra_el
+if [ "$SINATRA_EL_AUTOUPDATE" == y ]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=git
+fi
+ SOURCE="${SPELL}-git.tar.bz2"
+ SOURCE_URL[0]=git://github.com/eschulte/${SPELL}.git:${SPELL}-git
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
+ WEB_SITE="https://github.com/eschulte/sinatra_el"
+ LICENSE[0]=GPL
+ ENTERED=20110101
+ SHORT="Emacs minor mode for the Sinatra web mini-framework"
+cat << EOF
+Provides integration with haml-mode, rake, console and webserver. Uses ruby mode
+highlighting.
+EOF