SPELL=haskell-xmonad VERSION=0.15 SOURCE="xmonad-${VERSION}.tar.gz" SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE} SOURCE_HASH=sha512:f881f3faa4f5a0de7a5a37118cd7041083ae3a7569c7094b55dedb9aa858176789aff459d426b237ebae5cc4598b06de790938775a7ac968c2d76be3f0efc8ba 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