commit: 792e90c2ba2d78bc07cc21150a429a651ab03fcf
parent 2d03b974bf4be71770df1e05d97a53f7ce70e541
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 8 Apr 2019 09:44:33 +0200
gui-wm/waymonad: New live package
Diffstat:
1 file changed, 39 insertions(+), 0 deletions(-)
diff --git a/gui-wm/waymonad/waymonad-9999.ebuild b/gui-wm/waymonad/waymonad-9999.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2018-2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit haskell-cabal git-r3
+
+DESCRIPTION="wayland compositor based on ideas from and inspired by xmonad"
+HOMEPAGE="https://github.com/waymonad/waymonad"
+EGIT_REPO_URI="https://github.com/waymonad/waymonad.git"
+EGIT_SUBMODULES=()
+SLOT="0"
+
+# Shipped in GHC: containers, time, directory, unix, process, bytestring,
+# deepseq, template-haskell, ghc-prim
+DEPEND="
+ dev-haskell/hsroots
+ dev-haskell/hayland
+ dev-haskell/clock
+ dev-haskell/xkbcommon
+ dev-haskell/composition
+ dev-haskell/mtl
+ dev-haskell/text
+ dev-haskell/transformers
+ dev-haskell/config-schema
+ dev-haskell/config-value
+ dev-haskell/xdg-basedir
+ dev-haskell/network
+ dev-haskell/data-default
+ dev-haskell/semigroupoids
+ dev-haskell/hfuse
+ dev-haskell/formatting
+ dev-haskell/stm
+ dev-haskell/unliftio-core
+ dev-haskell/unliftio
+ dev-haskell/libinput
+ dev-haskell/safe
+ dev-haskell/waymonad-scanner
+"