summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-10-25 06:28:04 +0100
committerSam James <sam@gentoo.org>2022-10-25 06:31:00 +0100
commit4d4d7597f3ca7bf0a8c3756dd642df0c0b6d2476 (patch)
tree2447eea6dc6f4e2453336087e460b4646b345d0a /app-misc/rlwrap
parentapp-misc/rlwrap: add github upstream metadata (diff)
downloadgentoo-4d4d7597f3ca7bf0a8c3756dd642df0c0b6d2476.tar.gz
gentoo-4d4d7597f3ca7bf0a8c3756dd642df0c0b6d2476.tar.bz2
gentoo-4d4d7597f3ca7bf0a8c3756dd642df0c0b6d2476.zip
app-misc/rlwrap: add 0.46
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc/rlwrap')
-rw-r--r--app-misc/rlwrap/Manifest1
-rw-r--r--app-misc/rlwrap/rlwrap-0.46.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/app-misc/rlwrap/Manifest b/app-misc/rlwrap/Manifest
index 91e1b565b8aa..61fb8a3c361e 100644
--- a/app-misc/rlwrap/Manifest
+++ b/app-misc/rlwrap/Manifest
@@ -1 +1,2 @@
DIST rlwrap-0.45.2.tar.gz 182025 BLAKE2B 38e54ab87b0530e49cb736072825441f638aa4ed4b22b0f30c7243f5f8ac7b439e3a75784d6a4eed051bf367d15ac3b576109663ddf3fc082171a73c5af7c11e SHA512 77664bc17c4e6148037b8ae64c025b07c3feae91dfeff59f1846ce38e5f808a41005286daa81fd0ed01e0c789762e377cc48e6abdf124a7d4654f66b2b6c6cc4
+DIST rlwrap-0.46.tar.gz 339767 BLAKE2B 0f3ad18d43008c97a642c653c43f6406ed02a2d4946f2448ee13cd578ade4454ad43a5a5c5c413fd20c24559f9dae974529a9e11d4cf103544c061a4ce584bac SHA512 28c5d8fa30ee1fd81dc0a670124e50191ceff1c041f5249a18e26d7fce6fe29ce105d7f87913bcd11292dc7d628e297b0238424927a9f375c686971dd00f29c9
diff --git a/app-misc/rlwrap/rlwrap-0.46.ebuild b/app-misc/rlwrap/rlwrap-0.46.ebuild
new file mode 100644
index 000000000000..38ebe8a79778
--- /dev/null
+++ b/app-misc/rlwrap/rlwrap-0.46.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="GNU readline wrapper"
+HOMEPAGE="https://github.com/hanslub42/rlwrap"
+SRC_URI="https://github.com/hanslub42/rlwrap/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~mips ~ppc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+IUSE="debug"
+
+RDEPEND="
+ sys-libs/ncurses:=
+ sys-libs/readline:=
+"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ # TODO: Python, Perl?
+ # https://github.com/hanslub42/rlwrap#filters
+ econf $(use_enable debug)
+}