summaryrefslogtreecommitdiffstats
path: root/haskell/haskell-xmonad/DETAILS
blob: 640244a78d56951adc4ff92013a0a4ab29763141 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
           SPELL=haskell-xmonad
         VERSION=0.15
          SOURCE="xmonad-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/xmonad/${VERSION}/${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