diff options
author | 2022-01-13 02:26:45 +0000 | |
---|---|---|
committer | 2022-01-13 02:26:45 +0000 | |
commit | a4b0bccf2b723c9677f716c113461ed6fa8c98c0 (patch) | |
tree | 6a49b1f0e96c3de17f75ced7e99f606a001e9770 /x11-apps/luit/luit-20220111.ebuild | |
parent | x11-terms/xterm: add 370 (diff) | |
download | gentoo-a4b0bccf2b723c9677f716c113461ed6fa8c98c0.tar.gz gentoo-a4b0bccf2b723c9677f716c113461ed6fa8c98c0.tar.bz2 gentoo-a4b0bccf2b723c9677f716c113461ed6fa8c98c0.zip |
x11-apps/luit: add 20220111
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-apps/luit/luit-20220111.ebuild')
-rw-r--r-- | x11-apps/luit/luit-20220111.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/x11-apps/luit/luit-20220111.ebuild b/x11-apps/luit/luit-20220111.ebuild new file mode 100644 index 00000000000..75c2f4c403d --- /dev/null +++ b/x11-apps/luit/luit-20220111.ebuild @@ -0,0 +1,21 @@ +# Copyright 2019-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Locale and ISO 2022 support for Unicode terminals" +HOMEPAGE="https://invisible-island.net/luit/" +SRC_URI="https://invisible-mirror.net/archives/${PN}/${P}.tgz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + +DEPEND="sys-libs/zlib + virtual/libiconv" +RDEPEND="${DEPEND}" +BDEPEND="sys-apps/groff" + +src_configure() { + econf --disable-fontenc --enable-iconv +} |