diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2022-03-21 11:09:24 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2022-03-21 11:09:24 +0100 |
commit | 0cc8154372a2ec661a7a6b43f0f5cb684370f253 (patch) | |
tree | f94b5dafdad8a7c8c4927c0726ecba9e46003bba /dev-ml/curses/curses-1.0.10.ebuild | |
parent | dev-embedded/platformio: Version bump (diff) | |
download | gentoo-0cc8154372a2ec661a7a6b43f0f5cb684370f253.tar.gz gentoo-0cc8154372a2ec661a7a6b43f0f5cb684370f253.tar.bz2 gentoo-0cc8154372a2ec661a7a6b43f0f5cb684370f253.zip |
dev-ml/curses: add to the tree
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/curses/curses-1.0.10.ebuild')
-rw-r--r-- | dev-ml/curses/curses-1.0.10.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ml/curses/curses-1.0.10.ebuild b/dev-ml/curses/curses-1.0.10.ebuild new file mode 100644 index 000000000000..5639cdd42574 --- /dev/null +++ b/dev-ml/curses/curses-1.0.10.ebuild @@ -0,0 +1,19 @@ +# 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" +IUSE="+ocamlopt" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="dev-ml/dune-configurator" |