logo

overlay

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

base91-2.0.0.ebuild (419B)


  1. # Copyright 1999-2018 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit haskell-cabal
  5. DESCRIPTION="A Base91 Encoder & Decoder for Haskell"
  6. HOMEPAGE="https://github.com/ajg/base91"
  7. SRC_URI="https://github.com/ajg/base91/releases/download/v${PV}/${P}.tar.gz"
  8. LICENSE="MIT"
  9. SLOT="0"
  10. KEYWORDS="~amd64"
  11. IUSE=""
  12. DEPEND="dev-haskell/mono-traversable"
  13. RDEPEND="${DEPEND}"