diff --git a/README b/README index 57cd7ed7..c2b4ef44 100644 --- a/README +++ b/README @@ -1,18 +1,10 @@ 3rd party xmonad extensions and contributions. -This repository can be overlayed on an xmonad repository. -Users may then import Haskell src from here, to extend their config -files. +Build and install as for other haskell packages: -scripts/ contains further external programs useful with xmonad. - -Haskell code contributed to this repo should live under the - - XMonadContrib. - -name space. For example: - - XMonadContrib.Mosaic + runhaskell Setup.lhs configure --user --prefix=$HOME + runhaskell Setup.lhs build + runhaskell Setup.lhs install --user ------------------------------------------------------------------------ diff --git a/XMonadContrib.cabal b/xmonad-contrib.cabal similarity index 95% rename from XMonadContrib.cabal rename to xmonad-contrib.cabal index dffbf045..a689253c 100644 --- a/XMonadContrib.cabal +++ b/xmonad-contrib.cabal @@ -1,9 +1,9 @@ -name: XMonadContrib +name: xmonad-contrib version: 0.4 -homepage: http://xmonad.org -synopsis: third party extensions for xmonad +homepage: http://xmonad.org/ +synopsis: Third party extensions for xmonad description: - third party extensions for xmonad + Third party tiling algorithms, configurations and scripts to xmonad. category: System license: BSD3 license-file: LICENSE