           SPELL=haskell-xmonad
         VERSION=0.11
          SOURCE="xmonad-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/xmonad/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:34740f032508584f34f6b138d21394eca17e8020bccc4d8c6e8b3cb6b7ca64b153077cfd16636a6130768ebd145fe993569f8a229862d7816d0c89c905ee08bc
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/xmonad-${VERSION}"
        WEB_SITE="http://xmonad.org"
      LICENSE[0]=BSD3
         ENTERED=20070812
           SHORT="a lightweight X11 window manager"
cat << EOF
Xmonad is a minimalist tiling window manager for X, written in Haskell. Windows
are managed using automatic layout algorithms, which can be dynamically
reconfigured. At any time windows are arranged so as to maximise the use of
screen real estate. All features of the window manager are accessible purely
from the keyboard: a mouse is entirely optional.  Xmonad is configured in
Haskell, and custom layout algorithms may be implemented by the user in
config files. A principle of Xmonad is predictability: the user should know
in advance precisely the window arrangement that will result from any action.
EOF
