logo

overlay

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

hfuse-0.2.4.5.ebuild (437B)


  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="Bindings for the FUSE library"
  7. HOMEPAGE="https://github.com/m15k/hfuse"
  8. SRC_URI="https://github.com/m15k/hfuse/archive/${PV}.tar.gz -> ${P}.tar.gz"
  9. SLOT="0"
  10. LICENSE="BSD"
  11. KEYWORDS="~amd64"
  12. # Shipped in GHC: base, unix, bytestring