summaryrefslogtreecommitdiffstats
path: root/emacs-lisp/sinatra_el/DETAILS
blob: e684fce1ea34ae069653b01ec09346188e4bccff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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