pkgsrc-wip/xmonad/INSTALL

45 lines
1.6 KiB
Text
Raw Normal View History

case ${STAGE} in
POST-INSTALL)
echo 'name: xmonad
version: @PKGVERSION@
license: BSD3
copyright:
maintainer: xmonad@haskell.org
stability:
homepage: http://xmonad.org
package-url:
description: xmonad is a tiling window manager for X. Windows are arranged
automatically to tile the screen without gaps or overlap, maximising
screen use. All features of the window manager are accessible from
the keyboard: a mouse is strictly optional. xmonad is written and
extensible in Haskell. Custom layout algorithms, and other
extensions, may be written by the user in config files. Layouts are
applied dynamically, and different layouts may be used on each
workspace. Xinerama is fully supported, allowing windows to be tiled
on several screens.
category: System
author: Spencer Janssen
exposed: True
exposed-modules: XMonad XMonad.Main XMonad.Core XMonad.Config
XMonad.Layout XMonad.ManageHook XMonad.Operations XMonad.StackSet
hidden-modules:
import-dirs: @PREFIX@/lib/xmonad-@PKGVERSION@/ghc-@GHCVERSION@
library-dirs: @PREFIX@/lib/xmonad-@PKGVERSION@/ghc-@GHCVERSION@
hs-libraries: HSxmonad-@PKGVERSION@
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
2009-08-09 20:18:43 +02:00
depends: base-3.0.2.0 containers-0.1.0.2 directory-1.0.0.1
process-1.0.0.1 X11-1.4.5 mtl-1.1.0.1 unix-2.3.0.1
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: @PREFIX@/share/doc/xmonad-@PKGVERSION@/html/xmonad.haddock
2009-08-09 20:18:43 +02:00
haddock-html: @PREFIX@/share/doc/xmonad-@PKGVERSION@/html
' | @PREFIX@/bin/ghc-pkg update -
;;
esac