hsroots-9999.ebuild (581B)
- # 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
- "