lambda-term-1.10.1-r1.ebuild 568 B

12345678910111213141516171819202122232425262728
  1. # Copyright 1999-2016 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. OASIS_BUILD_DOCS=1
  5. inherit oasis
  6. DESCRIPTION="A cross-platform library for manipulating the terminal"
  7. HOMEPAGE="https://github.com/diml/lambda-term"
  8. SRC_URI="https://github.com/diml/lambda-term/archive/${PV}.tar.gz -> ${P}.tar.gz"
  9. LICENSE="BSD"
  10. SLOT="0/${PV}"
  11. KEYWORDS="~amd64"
  12. IUSE=""
  13. DEPEND="
  14. >=dev-ml/lwt-2.4.0:=[react]
  15. >=dev-ml/zed-1.2:=
  16. >=dev-ml/camomile-0.8:=
  17. >=dev-ml/react-1.2:=
  18. "
  19. RDEPEND="${DEPEND}"
  20. DOCS=( "CHANGES.md" "README.md" )