logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 990514b1d1dcdd62b7b3eff4406280660f31c6b7
parent 30618eaa640f58d7175d82eabb5719b9048a3d5f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  8 Apr 2019 10:00:51 +0200

dev-haskell/hsroots: New package

Diffstat:

Adev-haskell/hsroots/hsroots-9999.ebuild27+++++++++++++++++++++++++++
Adev-haskell/hsroots/metadata.xml8++++++++
2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/dev-haskell/hsroots/hsroots-9999.ebuild b/dev-haskell/hsroots/hsroots-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 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" +HOMEPAGE="https://github.com/swaywm/hsroots" +EGIT_REPO_URI="https://github.com/swaywm/hsroots.git" +EGIT_SUBMODULES=() +SLOT="0" +LICENSE="LGPL-2.1" + +# Shipped in GHC: bytestring, unix +DEPEND=" + dev-haskell/composition + dev-haskell/hayland + dev-haskell/xkbcommon + dev-haskell/text + dev-haskell/libinput + + x11-libs/pixman + gui-libs/wlroots +" diff --git a/dev-haskell/hsroots/metadata.xml b/dev-haskell/hsroots/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>