Files
gentoo/dev-ml/curses/curses-1.0.10.ebuild
Jakov Smolić 181e8ea851 dev-ml/curses: Keyword 1.0.10 x86, #835864
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
2022-03-23 22:17:09 +01:00

22 lines
460 B
Bash

# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit dune
DESCRIPTION="Bindings to ncurses"
HOMEPAGE="https://github.com/mbacarella/curses"
SRC_URI="https://github.com/mbacarella/${PN}/releases/download/${PV}/${P}.tbz"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+ocamlopt"
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND="dev-ml/dune-configurator"
PATCHES=( "${FILESDIR}"/${P}-CC.patch )