SPELL=xmonad VERSION=0.7 SOURCE="${SPELL}-${VERSION}.tar.gz" SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/${SPELL}/${VERSION}/${SOURCE} SOURCE_HASH=sha512:3a7b33c6ebada2943e91d1dc426c1370ac4e881c709a6338856bc3ac440dff000f1419155b22585766316df62bf9f9887f2faff47ef43ff555adfa6228d9955e SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${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