logo

overlay

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

libinput-9999.ebuild (447B)


  1. # Copyright 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 git-r3
  6. DESCRIPTION="Haskell bindings for libinput"
  7. HOMEPAGE="https://github.com/waymonad/libinput"
  8. EGIT_REPO_URI="https://github.com/waymonad/libinput.git"
  9. EGIT_SUBMODULES=()
  10. SLOT="0"
  11. LICENSE="LGPL-2.1"
  12. # Shipped in GHC: bytestring
  13. DEPEND="dev-haskell/text"