logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: f8d0bbe99dba63dd19d5b8c57ae2c93bddda7dd6
parent 8f39d6c209d985b376449e242883379acf5c17ec
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 29 Mar 2019 04:12:18 +0100

dev-haskell/xkbcommon: New package

Diffstat:

Adev-haskell/xkbcommon/Manifest1+
Adev-haskell/xkbcommon/metadata.xml8++++++++
Adev-haskell/xkbcommon/xkbcommon-0.0.3.ebuild24++++++++++++++++++++++++
3 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/dev-haskell/xkbcommon/Manifest b/dev-haskell/xkbcommon/Manifest @@ -0,0 +1 @@ +DIST xkbcommon-0.0.3.tar.gz 202736 BLAKE2B 6a8aa80584a83912bdc128e795575faa1172869a40caf734430a2f17d842622b1c45715e5a03849b033b9ccb550b29be74931ea5b452d6e47d4c3202e4910182 SHA512 814dfa9854471996eb50bc818c85a32697acde4862b3f46af2b50cfca97f9664ff2b20d4b260ed028db0b35eb7d7d9a01848ee6f241869e21ea3b9c5fbe7aba9 diff --git a/dev-haskell/xkbcommon/metadata.xml b/dev-haskell/xkbcommon/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>contact@hacktivis.me</email> + <name>Haelwenn (lanodan) Monnier</name> + </maintainer> +</pkgmetadata> diff --git a/dev-haskell/xkbcommon/xkbcommon-0.0.3.ebuild b/dev-haskell/xkbcommon/xkbcommon-0.0.3.ebuild @@ -0,0 +1,24 @@ +# 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 + +DESCRIPTION="Haskell bindings for libxkbcommon" +HOMEPAGE="https://github.com/tulcod/haskell-xkbcommon" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" +SLOT="0" +LICENSE="BSD MIT" +KEYWORDS="~amd64" + +# Shipped in GHC: bytestring, filepath, process, template-haskell +DEPEND=" + dev-haskell/cpphs + dev-haskell/data-flags + dev-haskell/storable-record + dev-haskell/text + dev-haskell/transformers +"