From d18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 15 Jun 2021 14:57:03 +0100 Subject: gentoo resync : 15.06.2021 --- app-misc/cmatrix/cmatrix-2.0-r3.ebuild | 45 ++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 app-misc/cmatrix/cmatrix-2.0-r3.ebuild (limited to 'app-misc/cmatrix/cmatrix-2.0-r3.ebuild') diff --git a/app-misc/cmatrix/cmatrix-2.0-r3.ebuild b/app-misc/cmatrix/cmatrix-2.0-r3.ebuild new file mode 100644 index 000000000000..18a688600f04 --- /dev/null +++ b/app-misc/cmatrix/cmatrix-2.0-r3.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +FONT_SUFFIX="pcf" + +inherit cmake font + +DESCRIPTION="An ncurses based app to show a scrolling screen from the Matrix" +HOMEPAGE=" + https://www.asty.org/cmatrix/ + https://github.com/abishekvashok/cmatrix +" +SRC_URI="https://github.com/abishekvashok/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86" +IUSE="+unicode" + +DEPEND="sys-libs/ncurses:0=[unicode?]" +BDEPEND="" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs=( + -DCURSES_NEED_WIDE=$(usex unicode) + ) + cmake_src_configure +} + +src_install() { + cmake_src_install + use X && font_src_install + doman ${PN}.1 +} + +pkg_postinst() { + use X && font_pkg_postinst +} + +pkg_postrm() { + use X && font_pkg_postrm +} -- cgit v1.2.3