logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

xkbcommon-0.0.3.ebuild (598B)


  1. # Copyright 2018-2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=7
  4. CABAL_FEATURES="lib"
  5. inherit haskell-cabal
  6. DESCRIPTION="Haskell bindings for libxkbcommon"
  7. HOMEPAGE="https://github.com/abooij/haskell-xkbcommon"
  8. SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
  9. SLOT="0"
  10. LICENSE="BSD MIT"
  11. KEYWORDS="~amd64"
  12. # Shipped in GHC: bytestring, filepath, process, template-haskell
  13. DEPEND="
  14. dev-haskell/cpphs
  15. dev-haskell/data-flags
  16. dev-haskell/storable-record
  17. dev-haskell/text
  18. dev-haskell/transformers
  19. "