commit: 8d6f0db11be4024d4a15dbe5f234509b168241b5
parent f8d0bbe99dba63dd19d5b8c57ae2c93bddda7dd6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 8 Apr 2019 12:17:51 +0200
dev-haskell/xkbcommon: Add live ebuild based on Waymonad branch
Diffstat:
1 file changed, 33 insertions(+), 0 deletions(-)
diff --git a/dev-haskell/xkbcommon/xkbcommon-9999.ebuild b/dev-haskell/xkbcommon/xkbcommon-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2018-2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CABAL_FEATURES="lib"
+
+inherit haskell-cabal git-r3
+
+DESCRIPTION="Haskell bindings for libxkbcommon (Waymonad)"
+HOMEPAGE="https://github.com/Ongy/haskell-xkbcommon"
+EGIT_REPO_URI="https://github.com/Ongy/haskell-xkbcommon.git"
+EGIT_SUBMODULES=()
+SLOT="0"
+LICENSE="BSD MIT"
+IUSE="test"
+
+# Shipped in GHC: bytestring, filepath, process, template-haskell, time, unix
+DEPEND="
+ dev-haskell/transformers
+ dev-haskell/storable-record
+ dev-haskell/cpphs
+ dev-haskell/text
+ dev-haskell/data-flags
+
+ dev-haskell/c2hs
+ x11-libs/libxkbcommon
+
+ test? (
+ dev-haskell/random
+ dev-haskell/vector
+ )
+"