summaryrefslogtreecommitdiffstats
path: root/editors/sandy/DETAILS
blob: d8e2088c1ce313790ace842d2d30e4ed45974088 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
           SPELL=sandy
if [[ ${SANDY_AUTOUPDATE} == "y" ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=scm
fi
          SOURCE=${SPELL}-scm.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-scm
   SOURCE_URL[0]=hg_http://hg.suckless.org/sandy:${SPELL}-scm
   SOURCE_IGNORE=volatile
        WEB_SITE=http://tools.suckless.org/sandy/
         ENTERED=20120229
      LICENSE[0]=MIT
        KEYWORDS="editors"
           SHORT="A tiny ncurses text editor"
cat << EOF
Sandy is an ncurses text editor with an easy-to-read, hackable C
source. Sandy tries to maximize screen estate, minimize the SLOC
used and not get in your way too much. It can somehow be controlled
using a named pipe that lives in /tmp and all preferences and
keybindings are to be chosen at compile time.
EOF