diff --git a/app-misc/imcat/ChangeLog b/app-misc/imcat/ChangeLog new file mode 100644 index 0000000..423c9c5 --- /dev/null +++ b/app-misc/imcat/ChangeLog @@ -0,0 +1,4 @@ +*imcat-0_alpha (13 Nov 2019) + + 13 Nov 2019; +imcat-0_alpha.ebuild, +metadata.xml: + app-misc/imcat: new package ahead of Gentoo Main diff --git a/app-misc/imcat/imcat-0_alpha.ebuild b/app-misc/imcat/imcat-0_alpha.ebuild new file mode 100644 index 0000000..c72c4f9 --- /dev/null +++ b/app-misc/imcat/imcat-0_alpha.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit git-r3 + +DESCRIPTION="Show any image in a terminal window." +HOMEPAGE="https://github.com/stolk/imcat" +SRC_URI="" +EGIT_REPO_URI="https://github.com/stolk/imcat" + +LICENSE="CC0-1.0" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +DEPEND="" +RDEPEND="" + +src_compile(){ + emake +} + +src_install() { + dobin imcat +} + +src_test() { + ./imcat images/* || die +} diff --git a/app-misc/imcat/metadata.xml b/app-misc/imcat/metadata.xml new file mode 100644 index 0000000..1d0878f --- /dev/null +++ b/app-misc/imcat/metadata.xml @@ -0,0 +1,16 @@ + + + + + chr@chymera.eu + Horea Christian + + + imcat is a 24-bit image viewer that uses ANSI terminal colours to + display any image supported by STB. It automatically resizes to the + width of your terminal, using proper sampling kernels. + + + stolk/imcat + +